77328 Commits (eb75edfb2b3ac024f0d47860056b8d42f7dc3911)
 

Author SHA1 Message Date
Sergei Golubchik 84b882172d if discovery in recover_from_failed_open fails, don't bother to reopen 13 years ago
Sergei Golubchik f597a6a694 HA_ERR_TABLE_DEF_CHANGED support in ha_archive 13 years ago
Sergei Golubchik cdc01e29d3 remove dd_frm_type(), dd_frm_storage_engine(), dd_check_storage_engine_flag() 13 years ago
Sergei Golubchik 15c936e4b3 open_table_def() no longer probes for the old pre-5.1 table file names. 13 years ago
Sergei Golubchik 9594107fb8 cleanups 13 years ago
Sergei Golubchik 5f69c8a594 ha_create_table: remove unused argument 13 years ago
Sergei Golubchik 556f568493 init_from_binary_frm_image: verify that we don't read beyond the image buffer 13 years ago
Sergei Golubchik 2481db063f move writing of the frm into init_from_binary_frm_image() 13 years ago
Sergei Golubchik 07b2523918 rename a handler method to more precisely reflect what kind of a hack it does 13 years ago
Sergei Golubchik 5d364e53cb handlerton::discover_table_names() can not discover only 13 years ago
Sergei Golubchik a489ae89b9 fix mysql_rm_table_no_locks() not to use dd_frm_type, because the frm file 13 years ago
Sergei Golubchik e5a323e107 single table discovery: handlerton::discover_table() method. 13 years ago
Sergei Golubchik f532653c29 remove ha_create_table_from_engine() 13 years ago
Sergei Golubchik 6a839ff40d handlerton::discover_table_existence() method 13 years ago
Sergei Golubchik 934115184b convenience helpers for get_table_share() and tdc_open_view(). 13 years ago
Sergei Golubchik b0a5dd73fa * remove ha_check_if_table_exists() and get_table_share_with_discover(). 13 years ago
Sergei Golubchik 87a9d60ec6 revert 13 years ago
Sergei Golubchik b9f42f4b7a rename open_binary_frm() to TABLE_SHARE::init_from_binary_frm_image() 13 years ago
Sergei Golubchik 474e5ecd1f Don't hold LOCK_open over open_table_def/open_binary_frm call 13 years ago
Sergei Golubchik d71b75c90d moving LOCK_open into get_table_share() 13 years ago
Sergei Golubchik 163882665e * don't use 1-8 numbers for open_table_error codes, use an enum. 13 years ago
Sergei Golubchik 5ad68a0d2f don't use I_S constants for open_table_def and get_table_share, 13 years ago
Sergei Golubchik cda52b2cb2 remove dead HAVE_CRYPTED_FRM code 13 years ago
Sergei Golubchik 0d1a595875 make the open_table_def to read the whole frm in memory 13 years ago
Sergei Golubchik 03dfb2c121 file-based table discovery for discovering storage engines 13 years ago
unknown e5cbefeb89 MDEV-26, Global transaction ID. 13 years ago
Igor Babaev 1db675b6e8 Fixed mdev-4380. 13 years ago
Igor Babaev ddb84f909c Fixed mdev-4378. 13 years ago
Vladislav Vaintroub 5ae72bb73c MDEV-4356 : MariaDB does not start if bind-address gets resolved to more than single IP address. 13 years ago
Sergei Golubchik 2a9662b401 find_files(): don't sort files in my_dir(), sort table names 13 years ago
Sergei Golubchik 8980e67693 * use Dynamic_array<> instead of List<> for the list of found tables in sql_show.cc 13 years ago
Sergei Golubchik 69ba585a1e remove #if MYSQL_VERSION_ID 13 years ago
Sergei Golubchik 58e62d701e * move bas_ext from the handler to the handlerton 13 years ago
Sergei Golubchik 09ece94fac remove handlerton::find_files (new implementation is coming), 13 years ago
Sergei Golubchik 94753d8b94 small cleanup - remove prehistoric DB_TYPE_xxx values 13 years ago
Sergei Golubchik 0d405ed02f remove long time obsolete xyz_ci() copies of xyz() macros 13 years ago
Sergei Golubchik 73f79ac83f simpler fix for mysql bug #56085, no need to write an error interceptor, 13 years ago
Sergei Golubchik 028ce66c9e simplify test case 13 years ago
Sergei Golubchik ccc9238335 s/st_ha_create_information/HA_CREATE_INFO/ 13 years ago
Sergei Golubchik e727741614 typo fixed 13 years ago
Sergei Golubchik 8b4d967798 bugfix: MYSQL_THDVAR_STR plugins with PLUGIN_VAR_MEMALLOC didn't work 13 years ago
Sergei Golubchik 0614af18a6 macro do {} while(0) safety 13 years ago
Sergei Golubchik bbbd7cedf5 my_dir() cleanup 13 years ago
Sergei Golubchik fdcaa6cb32 clarify CREATE grammar 13 years ago
Sergei Golubchik e7036ec1a2 mtr bug: files outside of both the suite dir and the overlay dir, were 13 years ago
Sergei Golubchik 48bb551328 remove the service for installing the closed-source mysql thread pool plugin 13 years ago
Sergei Golubchik 78c0642073 consistency in declaring service symbols 13 years ago
Sergei Golubchik daac5b511c cleanup 13 years ago
Sergei Golubchik 37ad8d06e1 cleanup 13 years ago
Sergei Golubchik a6fa724b7f split THD::make_lex_string() in two 13 years ago