976 Commits (1ae59d9e657cf36dfe27c142792354720aa20e09)
 

Author SHA1 Message Date
vasil 756a8b29a9 branches/zip: Add a hash_table_clear() function to drop all elements that 18 years ago
marko e7d302e786 branches/zip: Remove trx->sync_cb. Call dict_rename_indexes() directly 18 years ago
marko 7274fd95af branches/zip: Fix a memory leak in fast index creation. 18 years ago
marko dea769663d branches/zip: mem_heap_free_heap_top(): Declare the memory 18 years ago
marko 4dfa0cc981 branches/zip: ha_innobase::add_index(): Remove the mem_heap_empty() call. 18 years ago
marko b59ce25d1e branches/zip: dict_foreign_eval_sql(): Print foreign->id as a table name 18 years ago
marko 71f47ed2e2 branches/zip: innodb-index.test: Add tests for creating or dropping 18 years ago
marko 8aa17b95e1 branches/zip: row_merge_read(): Call os_file_read_no_error_handling() 18 years ago
marko 885212294d branches/zip: Preserve FOREIGN KEY constraints when creating a PRIMARY KEY. 18 years ago
marko fc02084a69 branches/zip: row_rename_table_for_mysql(): Rely on the diagnostic 18 years ago
marko 2be769710c branches/zip: dict_table_rename_in_cache(): Improve the diagnostic printout 18 years ago
marko 9ce78f52ea branches/zip: Refuse fast index creation if newraw or innodb_force_recovery 18 years ago
marko c09dd214be branches/zip: Add const qualifiers to the upd_t* parameters of some functions. 18 years ago
marko 1e7b92f844 branches/zip: Use mem_heap_zalloc() when initializing 18 years ago
marko d4568988fd branches/zip: ha_innobase::write_row(): Remove an unreachable break statement. 18 years ago
marko 8634d343f7 branches/zip: Rename mem_heap_calloc() and mem_calloc() to 18 years ago
marko 66f6a5acc8 branches/zip: Fix bugs in the creation or dropping of the clustered index 18 years ago
marko c541324b21 branches/zip: Minor cleanup. 18 years ago
marko 2c7f6f6a26 branches/zip: Remove redundant type casts. Change the parameter type 18 years ago
marko 064e5aae3f branches/zip: dict0mem.h: Minor cleanup. 18 years ago
marko 91ee8176f6 branches/zip: Remove the error code DB_CANNOT_DROP_FOREIGN_INDEX. 18 years ago
marko dddb659202 branches/zip: row_mysql_handle_errors(): Replace the if-else with 18 years ago
marko f218619067 branches/zip: Performance improvement: 18 years ago
marko 6b7c6cb398 branches/zip: Minor cleanup. 18 years ago
marko b008bc09a7 branches/zip: Fix two mistakes made in r1414 18 years ago
marko 04ae127d2d branches/zip: ha_innobase::add_index(): Do not merely check for a 18 years ago
marko 2cf5070fda branches/zip: ha_innobase::change_active_index(): Write to the error log 18 years ago
marko e0009cd4db branches/zip: Add some const qualifiers to dict_index_t* and dict_table_t*. 18 years ago
marko f68d3656dc branches/zip: Use mem_calloc and mem_heap_calloc when possible. 18 years ago
marko d9db67696e branches/zip: row_rename_table_for_mysql(): Change the return type to ulint 18 years ago
marko 845bd0914c branches/zip: ha_innobase::add_index(): Remove the unused variable new_unique. 18 years ago
marko 5f42eea7cc branches/zip: ha_innobase::add_index(): Fix an ut_ad() assertion that 18 years ago
marko 4d793ff876 branches/zip: Add changes that accidentally omitted from r1698: 18 years ago
marko e2052eba27 branches/zip: When creating a PRIMARY KEY, flag all its columns NOT NULL. 18 years ago
marko f304ce109c branches/zip: Minor cleanup. 18 years ago
marko 992f5be17f branches/zip: ha_innobase::add_index(): Convert the error code before 18 years ago
marko 77e01ec982 branches/zip: innobase_check_index_keys(): return 0 instead of DB_SUCCESS, 18 years ago
marko b532e5059c branches/zip: convert_error_code_to_mysql(): replace if-else with switch-case 18 years ago
marko 33bf9d5024 branches/zip: Resolve an error number collision in db0err.h. 18 years ago
marko 5de9dc5627 branches/zip: Add const qualifiers to some dict_table_t* accessor functions. 18 years ago
marko 92f615ae30 branches/zip: merge_index_field_struct: Remove the unused field col_type. 18 years ago
marko f2538af41a branches/zip: Fix memory management errors in row_merge_buf_t. 19 years ago
marko b67e98ad20 branches/zip: ha_innobase::add_index(): When creating a clustered index, 19 years ago
marko 79eb6e9e09 branches/zip: row_undo_dictionary(): For TRX_UNDO_INDEX_CREATE_REC, 19 years ago
marko da0bcd6429 branches/zip: trx_sys_init_at_db_start(): Initialize trx_dummy_sess 19 years ago
marko dcd1b3cbef branches/zip: Fix errors made in r1672. 19 years ago
marko c99c5c240a branches/zip: Add const qualifiers to the functions that read MySQL data. 19 years ago
marko 60c44c3a5f branches/zip: Ensure that the dictionary updates are atomic by keeping 19 years ago
marko 3fa7bde536 branches/zip: row_merge_create_temporary_table(): Correct a bogus ut_ad(). 19 years ago
marko 9ae3820ffa branches/zip: innodb-index.test: Replace numeric error codes with 19 years ago