976 Commits (1ae59d9e657cf36dfe27c142792354720aa20e09)
 

Author SHA1 Message Date
marko b2ae834f95 branches/zip: Declare schema_table_store_record(), because MySQL strangely 19 years ago
marko 0a780db994 branches/zip: Merge 1575:1664 from trunk. 19 years ago
marko d3255c0b3f branches/zip: innodb.test: Use ER_DROP_INDEX_FK instead of a numeric 19 years ago
marko 1b49ba2908 branches/zip: Add explicit type casts to *.ic, because C++ does not allow 19 years ago
marko 08c1fc7aa7 branches/zip: HASH_SEARCH(): Add the parameter TYPE, for the type of DATA. 19 years ago
marko 26d6ea5627 branches/zip: trx_weight_cmp(): Add const qualifiers. 19 years ago
marko e507ea0dd4 branches/zip: btr_cur_mark_dtuple_inherited_extern(): Initialize len. 19 years ago
marko cd98f71ba5 branches/zip: row_merge_read_clustered_index(): Remove a bogus warning 19 years ago
marko 952b4b8de2 branches/zip: lock_rec_print(), lock_table_print(), lock_rec_get_prev(): 19 years ago
marko 8519302258 branches/zip: Declare innobase_mysql_print_thd() in ha_prototypes.h. 19 years ago
marko 02e0334ed6 branches/zip: row_prebuilt_free(), row_drop_tables_for_mysql_in_background(): 19 years ago
marko f2744d505b branches/zip: row_upd_sec_index_entry(): Pass foreign=TRUE to 19 years ago
marko e9351c6fbb branches/zip: Initialize trx_dummy_sess only once. Require trx->sess to 19 years ago
marko fa5b997a18 branches/zip: que_thr_dec_refer_count(): Cleanup. Remove unused variable sess. 19 years ago
marko ac7cba9796 branches/zip: trx_commit_for_mysql(): Call trx_start_if_not_started() earlier. 19 years ago
marko 632ec54002 branches/zip: Make merge sort handle externally stored columns. 19 years ago
marko 96f554c52a branches/zip: btr_rec_copy_externally_stored_field(): Add const qualifier 19 years ago
marko d522bc9bf9 branches/zip: Add .deps to svn:ignore. 19 years ago
marko 1531d7329f branches/zip: Restore the transaction commit that was removed in r1583. 19 years ago
marko 8b40a79c64 branches/zip: Enable calls to inlined InnoDB functions in ha_innodb.cc, 19 years ago
marko 7e687905be branches/zip: Add some const qualifiers, mainly to upd_t*. 19 years ago
marko f24fa9e6b0 branches/zip: Define mem_heap_calloc() and mem_calloc(). Use them 19 years ago
marko b3b01c1cee branches/zip: ha_innobase::add_index(): Split some assertions. 19 years ago
marko 73feaa11bd branches/zip: ha_innobase::add_index(): Do not commit the transaction. 19 years ago
marko b864484fb2 branches/zip: Remove reads of freed memory in fast index creation. 19 years ago
marko d398e71764 branches/zip: Fix a few bugs in fast index creation. No more crashes 19 years ago
marko e621c1e2e7 branches/zip: Merge 1571:1575 from trunk. 19 years ago
marko df6107de8e branches/zip: trx_commit_for_mysql(): Replace ut_a(err) 19 years ago
marko a8a3521b09 branches/zip: Merge 1556:1571 from trunk. 19 years ago
marko ae0ae671da branches/zip: Correctly print the names of temporary tables and indexes 19 years ago
marko 99efc2aeff branches/zip: Initialize some uninitialized variables in order to avoid 19 years ago
marko dcad18b1e8 branches/zip: Create special single-table tablespace file names for 19 years ago
marko 326353e12b branches/zip: Fix bugs in merge sort. 19 years ago
marko 9187cd3d25 branches/zip: row_merge_build_indexes(): Allocate all buffers with a 19 years ago
marko 1a8a63d0cd branches/zip: Reimplement merge sort in fast index creation. 19 years ago
marko 673f836fe1 branches/zip: Merge 1553:1556 from trunk. 19 years ago
marko d9c3a96f4f branches/zip: innodb-index.test: Check the length of the long columns. 19 years ago
marko 1bddcae5ae branches/zip: Reduce memory allocation and pointer indirection 19 years ago
marko aa2a74a67c branches/zip: Minor cleanup. 19 years ago
marko 0e14cb5579 branches/zip: Document dict_rename_indexes() better. 19 years ago
marko b7d65c8c7f branches/zip: row_merge_read_clustered_index(): Correctly skip the page 19 years ago
marko 02df7dd7d8 branches/zip: Clean up fast index creation API. 19 years ago
marko ab2f114ad9 branches/zip: Merge 1533:1553 from trunk. 19 years ago
marko b2c09f8a34 branches/zip: Minor cleanup. 19 years ago
marko eddd2aed6a branches/zip: Minor cleanup. 19 years ago
marko 8a294fa351 branches/zip: Merge 1493:1533 from trunk. 19 years ago
marko 42e1de99df branches/zip: Revert r1523. Passing extra parameters to SORT_FUN and CMP_FUN 19 years ago
marko 1b83baaddf branches/zip: UT_SORT_FUNCTION_BODY(): Add the parameter CTX, which will be 19 years ago
marko d2d4b2f84d branches/zip: rec_get_offsets_reverse(): Fix the type of the parameter 19 years ago
marko 3cb9d2142a branches/zip: Refactor some code for handling records in ROW_FORMAT=COMPACT. 19 years ago