summaryrefslogtreecommitdiff
path: root/sql/table.h
Commit message (Expand)AuthorAgeFilesLines
* Implemented _non recursive_ role specific grants for table/column level privi...Vicențiu Ciorbaru2013-10-181-1/+2
* 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
* | | 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-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
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | 5.5 mergeSergei Golubchik2013-03-271-1/+31
| |\ \ \ \ \ \ | | |/ / / / / | |/| / / / / | | |/ / / /
| | * | | | Fixed issue with LOCK TABLE + ALTER TABLE ENABLE KEYS + SHOW commands.Michael Widenius2013-03-051-0/+9
| | * | | | Fixed bug MPDEV-628 / LP:989055 - Querying myisam table metadata may corrupt ...Michael Widenius2013-03-011-1/+22
* | | | | | Added histogams for table columns.Igor Babaev2013-03-251-1/+4
* | | | | | The pilot patch for mwl#253.Igor Babaev2013-03-111-0/+3
|/ / / / /
* | | | | 5.5 mergeSergei Golubchik2013-01-291-0/+3
|\ \ \ \ \ | |/ / / /
| * | | | Merge 5.3->5.5Igor Babaev2013-01-231-0/+3
| |\ \ \ \ | | |/ / /
* | | | | Merged the fix for bug mdev-4019.Igor Babaev2013-01-131-0/+1
|\ \ \ \ \
| * | | | | Fixed bug mdev-4019.Igor Babaev2013-01-131-0/+1
* | | | | | Merge 5.5-mwl248 -> 10.0-baseIgor Babaev2013-01-081-8/+16
|\ \ \ \ \ \ | |/ / / / /