summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* ha_create_table: remove unused argumentSergei Golubchik2013-04-095-9/+6
* init_from_binary_frm_image: verify that we don't read beyond the image bufferSergei Golubchik2013-04-091-9/+38
* move writing of the frm into init_from_binary_frm_image()Sergei Golubchik2013-04-093-20/+32
* rename a handler method to more precisely reflect what kind of a hack it doesSergei Golubchik2013-04-096-19/+19
* handlerton::discover_table_names() can not discover onlySergei Golubchik2013-04-098-125/+191
* fix mysql_rm_table_no_locks() not to use dd_frm_type, because the frm fileSergei Golubchik2013-04-099-61/+127
* single table discovery: handlerton::discover_table() method.Sergei Golubchik2013-04-0912-175/+219
* remove ha_create_table_from_engine()Sergei Golubchik2013-04-099-133/+60
* handlerton::discover_table_existence() methodSergei Golubchik2013-04-096-67/+133
* convenience helpers for get_table_share() and tdc_open_view().Sergei Golubchik2013-04-097-87/+82
* * remove ha_check_if_table_exists() and get_table_share_with_discover().Sergei Golubchik2013-04-099-298/+117
* revert Sergei Golubchik2013-04-097-116/+54
* rename open_binary_frm() to TABLE_SHARE::init_from_binary_frm_image()Sergei Golubchik2013-04-094-79/+62
* Don't hold LOCK_open over open_table_def/open_binary_frm callSergei Golubchik2013-04-092-8/+25
* moving LOCK_open into get_table_share()Sergei Golubchik2013-04-095-96/+105
* * don't use 1-8 numbers for open_table_error codes, use an enum.Sergei Golubchik2013-04-0929-216/+196
* don't use I_S constants for open_table_def and get_table_share,Sergei Golubchik2013-04-098-37/+31
* remove dead HAVE_CRYPTED_FRM codeSergei Golubchik2013-04-096-136/+6
* make the open_table_def to read the whole frm in memorySergei Golubchik2013-04-091-120/+79
* file-based table discovery for discovering storage enginesSergei Golubchik2013-04-0912-182/+483
* find_files(): don't sort files in my_dir(), sort table namesSergei Golubchik2013-04-0711-64/+50
* * use Dynamic_array<> instead of List<> for the list of found tables in sql_s...Sergei Golubchik2013-04-073-41/+41
* remove #if MYSQL_VERSION_IDSergei Golubchik2013-04-072-157/+50
* * move bas_ext from the handler to the handlertonSergei Golubchik2013-04-0733-262/+86
* remove handlerton::find_files (new implementation is coming),Sergei Golubchik2013-04-074-127/+7
* small cleanup - remove prehistoric DB_TYPE_xxx valuesSergei Golubchik2013-04-072-26/+17
* remove long time obsolete xyz_ci() copies of xyz() macrosSergei Golubchik2013-04-072-9/+5
* simpler fix for mysql bug #56085, no need to write an error interceptor,Sergei Golubchik2013-04-072-19/+9
* simplify test caseSergei Golubchik2013-04-073-14/+6
* s/st_ha_create_information/HA_CREATE_INFO/Sergei Golubchik2013-04-077-12/+3
* typo fixedSergei Golubchik2013-04-072-5/+5
* bugfix: MYSQL_THDVAR_STR plugins with PLUGIN_VAR_MEMALLOC didn't workSergei Golubchik2013-04-071-6/+12
* macro do {} while(0) safetySergei Golubchik2013-04-071-1/+1
* my_dir() cleanupSergei Golubchik2013-04-0714-210/+125
* clarify CREATE grammarSergei Golubchik2013-04-071-43/+21
* mtr bug: files outside of both the suite dir and the overlay dir, wereSergei Golubchik2013-04-071-0/+2
* remove the service for installing the closed-source mysql thread pool pluginSergei Golubchik2013-04-0713-175/+35
* consistency in declaring service symbolsSergei Golubchik2013-04-075-5/+5
* cleanupSergei Golubchik2013-04-071-41/+25
* cleanupSergei Golubchik2013-04-071-3/+4
* split THD::make_lex_string() in twoSergei Golubchik2013-04-075-67/+48
* small cleanupSergei Golubchik2013-04-076-33/+15
* remove ULL() and LL(), because they're totally unnecessarySergei Golubchik2013-04-0748-256/+248
* Fix buildbot failure in show_explain.test:Sergey Petrunya2013-04-022-4/+4
* Merge 5.5->10.0-baseIgor Babaev2013-03-3123-102/+793
|\
| * Fix for MDEV-4144unknown2013-03-2911-32/+70
| * MDEV-4243 : remove several clang warnings.Vladislav Vaintroub2013-03-293-59/+62
| * Merge 5.3->5.5.Igor Babaev2013-03-283-4/+498
| |\
| | * Merge.Igor Babaev2013-03-273-4/+498
| | |\
| | | * Fixed bug mdev-4318.Igor Babaev2013-03-223-4/+498