| Commit message (Expand) | Author | Age | Files | Lines |
* | error messages: name the storage engine explicitly, | Sergei Golubchik | 2013-04-09 | 8 | -251/+163 |
* | post-review comments and other minor edits | Sergei Golubchik | 2013-04-09 | 8 | -64/+70 |
* | optimize discovery for cases when the storage engine is known in advance | Sergei Golubchik | 2013-04-09 | 7 | -17/+30 |
* | assisted discovery in federatedx | Sergei Golubchik | 2013-04-09 | 1 | -0/+4 |
* | Assisted discovery | Sergei Golubchik | 2013-04-09 | 3 | -14/+81 |
* | dead code, remove unused argument | Sergei Golubchik | 2013-04-09 | 6 | -19/+14 |
* | remove HA_CREATE_INFO::frm_only - it's internal server flag, | Sergei Golubchik | 2013-04-09 | 4 | -22/+30 |
* | small cleanup | Sergei Golubchik | 2013-04-09 | 1 | -23/+15 |
* | TABLE_SHARE::free_frm_image() method to free the memory | Sergei Golubchik | 2013-04-09 | 2 | -0/+33 |
* | limit frm size, when reading it in memory | Sergei Golubchik | 2013-04-09 | 3 | -4/+8 |
* | cleanup: merge two mutually dependent function arguments into one, | Sergei Golubchik | 2013-04-09 | 4 | -56/+72 |
* | cleanup | Sergei Golubchik | 2013-04-09 | 5 | -66/+53 |
* | * frm extra2 segment. | Sergei Golubchik | 2013-04-09 | 5 | -40/+135 |
* | cleanup | Sergei Golubchik | 2013-04-09 | 2 | -5/+5 |
* | comments | Sergei Golubchik | 2013-04-09 | 1 | -17/+14 |
* | update the comment | Sergei Golubchik | 2013-04-09 | 1 | -3/+1 |
* | test_sql_discovery storage engine | Sergei Golubchik | 2013-04-09 | 4 | -18/+8 |
* | discovery using sql CREATE TABLE statement | Sergei Golubchik | 2013-04-09 | 8 | -197/+324 |
* | discover of table non-existance on drop | Sergei Golubchik | 2013-04-09 | 1 | -1/+6 |
* | CREATE TABLE and frm-less discovering engines. | Sergei Golubchik | 2013-04-09 | 10 | -56/+119 |
* | split mysql_create_frm() in create_frm_image() and writefrm() | Sergei Golubchik | 2013-04-09 | 6 | -83/+81 |
* | write frm pieces contiguously, don't align them on a 4K boundary | Sergei Golubchik | 2013-04-09 | 2 | -20/+9 |
* | Instead of creating and writing frm into a file peacewise | Sergei Golubchik | 2013-04-09 | 1 | -143/+152 |
* | cleanup frm creation: | Sergei Golubchik | 2013-04-09 | 5 | -413/+161 |
* | if discovery in recover_from_failed_open fails, don't bother to reopen | Sergei Golubchik | 2013-04-09 | 1 | -3/+6 |
* | remove dd_frm_type(), dd_frm_storage_engine(), dd_check_storage_engine_flag() | Sergei Golubchik | 2013-04-09 | 10 | -201/+105 |
* | open_table_def() no longer probes for the old pre-5.1 table file names. | Sergei Golubchik | 2013-04-09 | 1 | -39/+6 |
* | cleanups | Sergei Golubchik | 2013-04-09 | 5 | -35/+30 |
* | ha_create_table: remove unused argument | Sergei Golubchik | 2013-04-09 | 5 | -9/+6 |
* | init_from_binary_frm_image: verify that we don't read beyond the image buffer | Sergei Golubchik | 2013-04-09 | 1 | -9/+38 |
* | move writing of the frm into init_from_binary_frm_image() | Sergei Golubchik | 2013-04-09 | 2 | -8/+18 |
* | rename a handler method to more precisely reflect what kind of a hack it does | Sergei Golubchik | 2013-04-09 | 6 | -19/+19 |
* | handlerton::discover_table_names() can not discover only | Sergei Golubchik | 2013-04-09 | 7 | -121/+187 |
* | fix mysql_rm_table_no_locks() not to use dd_frm_type, because the frm file | Sergei Golubchik | 2013-04-09 | 5 | -48/+98 |
* | single table discovery: handlerton::discover_table() method. | Sergei Golubchik | 2013-04-09 | 7 | -148/+188 |
* | remove ha_create_table_from_engine() | Sergei Golubchik | 2013-04-09 | 8 | -132/+59 |
* | handlerton::discover_table_existence() method | Sergei Golubchik | 2013-04-09 | 6 | -67/+133 |
* | convenience helpers for get_table_share() and tdc_open_view(). | Sergei Golubchik | 2013-04-09 | 7 | -87/+82 |
* | * remove ha_check_if_table_exists() and get_table_share_with_discover(). | Sergei Golubchik | 2013-04-09 | 9 | -298/+117 |
* | revert | Sergei Golubchik | 2013-04-09 | 3 | -81/+12 |
* | rename open_binary_frm() to TABLE_SHARE::init_from_binary_frm_image() | Sergei Golubchik | 2013-04-09 | 4 | -79/+62 |
* | Don't hold LOCK_open over open_table_def/open_binary_frm call | Sergei Golubchik | 2013-04-09 | 2 | -8/+25 |
* | moving LOCK_open into get_table_share() | Sergei Golubchik | 2013-04-09 | 5 | -96/+105 |
* | * don't use 1-8 numbers for open_table_error codes, use an enum. | Sergei Golubchik | 2013-04-09 | 10 | -184/+150 |
* | don't use I_S constants for open_table_def and get_table_share, | Sergei Golubchik | 2013-04-09 | 8 | -37/+31 |
* | remove dead HAVE_CRYPTED_FRM code | Sergei Golubchik | 2013-04-09 | 6 | -136/+6 |
* | make the open_table_def to read the whole frm in memory | Sergei Golubchik | 2013-04-09 | 1 | -120/+79 |
* | file-based table discovery for discovering storage engines | Sergei Golubchik | 2013-04-09 | 5 | -117/+355 |
* | find_files(): don't sort files in my_dir(), sort table names | Sergei Golubchik | 2013-04-07 | 1 | -43/+29 |
* | * use Dynamic_array<> instead of List<> for the list of found tables in sql_s... | Sergei Golubchik | 2013-04-07 | 3 | -41/+41 |