668 Commits (885212294d9e7238df9e011399ace5bb5897288b)
 

Author SHA1 Message Date
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
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