summaryrefslogtreecommitdiff
path: root/sql/table.h
Commit message (Expand)AuthorAgeFilesLines
* merge 10.0-base -> 10.0unknown2013-09-261-0/+1
|\
| * merge 5.5 -> 10.0-baseunknown2013-09-251-0/+1
| |\
| | * merge 5.3 -> 5.5unknown2013-09-251-0/+1
| | |\
| | | * MDEV-5039: incorrect Item_func_regex::update_used_tables()unknown2013-09-251-0/+1
* | | | 10.0-base merge.Sergei Golubchik2013-09-211-0/+17
|\ \ \ \ | |/ / /
| * | | 5.5 merge and fixes for compiler/test errorsSergei Golubchik2013-09-181-0/+17
| |\ \ \ | | |/ /
| | * | mysql-5.5.33 mergeSergei Golubchik2013-09-061-0/+4
| | |\ \
| | | * | Bug#12328597 - MULTIPLE COUNT(DISTINCT) IN SAME SELECT FALSE Neeraj Bisht2013-05-131-0/+3
| | | * | Merge 5.1-security => 5.5-securityTor Didriksen2012-01-271-0/+1
| | | |\ \
| | * | | | MDEV-4978 - Server cursor is broken with blobs in the select list,Sergey Vojtovich2013-09-061-0/+4
| | * | | | Merge 5.3->5.5Igor Babaev2013-08-291-0/+10
| | |\ \ \ \ | | | | |_|/ | | | |/| |
| | | * | | Fixed bug mdev-4962.Igor Babaev2013-08-291-0/+10
* | | | | | MDEV-4786 - merge 10.0-monty - 10.0Sergey Vojtovich2013-09-031-25/+5
* | | | | | MDEV-4702 - Reduce usage of LOCK_openSergey Vojtovich2013-08-141-15/+21
* | | | | | MDEV-4786 merge 10.0-monty -> 10.0Sergei Golubchik2013-08-121-30/+0
* | | | | | MDEV-4816: rpl.rpl_trunc_temp fails in 10.0-sergSergey Petrunya2013-08-021-0/+2
* | | | | | 10.0-monty mergeSergei Golubchik2013-07-211-31/+27
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Fixes for innodb suite, merging tests from 5.6.Sergei Golubchik2013-07-151-1/+0
| * | | | | Merge the following patch from MySQL 5.6.10, in order to make perfschema.binl...unknown2013-07-111-0/+3
| * | | | | Applied all changes from Igor and SanjaMichael Widenius2013-06-151-29/+18
| * | | | | Temporary commit of 10.0-mergeMichael Widenius2013-03-261-1/+5
* | | | | | MDEV-4456 Reverse discovery of ARCHIVE table on SELECT after disappearance of...Sergei Golubchik2013-06-161-1/+2
* | | | | | partitioning frm bugs:Sergei Golubchik2013-06-151-1/+1
* | | | | | plugin_hton helperSergei Golubchik2013-06-151-2/+1
* | | | | | MDEV-4441 DROP DATABASE with a newly created ARCHIVE table does not workSergei Golubchik2013-06-151-1/+0
* | | | | | MDEV-4345unknown2013-04-181-0/+3
* | | | | | Merge 10.0-base -> mwl253Igor Babaev2013-04-151-0/+2
|\ \ \ \ \ \
| * \ \ \ \ \ MDEV-26: Global transaction ID. First alpha release.unknown2013-04-151-0/+2
| |\ \ \ \ \ \
| | * | | | | | MDEV-26: Global transaction ID.unknown2013-03-111-0/+2
| | |/ / / / /
* | | | | | | Merge 10.0-base->mwl253 Igor Babaev2013-04-121-23/+85
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | post-review comments and other minor editsSergei Golubchik2013-04-091-6/+0
| * | | | | | TABLE_SHARE::free_frm_image() method to free the memorySergei Golubchik2013-04-091-0/+26
| * | | | | | * frm extra2 segment.Sergei Golubchik2013-04-091-0/+2
| * | | | | | discovery using sql CREATE TABLE statementSergei Golubchik2013-04-091-2/+4
| * | | | | | CREATE TABLE and frm-less discovering engines.Sergei Golubchik2013-04-091-0/+3
| * | | | | | split mysql_create_frm() in create_frm_image() and writefrm()Sergei Golubchik2013-04-091-1/+1
| * | | | | | cleanup frm creation:Sergei Golubchik2013-04-091-7/+18
| * | | | | | move writing of the frm into init_from_binary_frm_image()Sergei Golubchik2013-04-091-1/+2
| * | | | | | fix mysql_rm_table_no_locks() not to use dd_frm_type, because the frm fileSergei Golubchik2013-04-091-2/+3
| * | | | | | single table discovery: handlerton::discover_table() method.Sergei Golubchik2013-04-091-2/+2
| * | | | | | remove ha_create_table_from_engine()Sergei Golubchik2013-04-091-5/+6
| * | | | | | convenience helpers for get_table_share() and tdc_open_view().Sergei Golubchik2013-04-091-3/+3
| * | | | | | * remove ha_check_if_table_exists() and get_table_share_with_discover().Sergei Golubchik2013-04-091-2/+4
| * | | | | | rename open_binary_frm() to TABLE_SHARE::init_from_binary_frm_image()Sergei Golubchik2013-04-091-0/+2
| * | | | | | moving LOCK_open into get_table_share()Sergei Golubchik2013-04-091-2/+2
| * | | | | | * don't use 1-8 numbers for open_table_error codes, use an enum.Sergei Golubchik2013-04-091-6/+20
| * | | | | | don't use I_S constants for open_table_def and get_table_share,Sergei Golubchik2013-04-091-2/+6
| * | | | | | remove dead HAVE_CRYPTED_FRM codeSergei Golubchik2013-04-091-1/+0
| * | | | | | typo fixedSergei Golubchik2013-04-071-1/+1
* | | | | | | Merge 10.0-base -> mwl253.Igor Babaev2013-03-311-1/+31
|\ \ \ \ \ \ \ | |/ / / / / /