summaryrefslogtreecommitdiff
path: root/sql/table.cc
Commit message (Expand)AuthorAgeFilesLines
* MDEV-4345unknown2013-04-181-0/+1
* Merge 10.0-base -> mwl253Igor Babaev2013-04-151-2/+42
|\
| * MDEV-26: Global transaction ID. First alpha release.unknown2013-04-151-0/+40
| |\
| | * MDEV-26: Global transaction ID.unknown2013-03-111-0/+40
| * | 5.5 mergeSergei Golubchik2013-04-141-2/+2
| |\ \
| | * | complier warnings. hide the redundant condition under #ifdefSergei Golubchik2013-04-121-2/+2
* | | | Merge 10.0-base->mwl253 Igor Babaev2013-04-121-687/+563
|\ \ \ \ | |/ / /
| * | | post-review comments and other minor editsSergei Golubchik2013-04-091-20/+21
| * | | optimize discovery for cases when the storage engine is known in advanceSergei Golubchik2013-04-091-5/+4
| * | | assisted discovery in federatedxSergei Golubchik2013-04-091-0/+4
| * | | TABLE_SHARE::free_frm_image() method to free the memorySergei Golubchik2013-04-091-0/+7
| * | | limit frm size, when reading it in memorySergei Golubchik2013-04-091-3/+6
| * | | cleanup: merge two mutually dependent function arguments into one,Sergei Golubchik2013-04-091-2/+2
| * | | * frm extra2 segment.Sergei Golubchik2013-04-091-11/+64
| * | | discovery using sql CREATE TABLE statementSergei Golubchik2013-04-091-23/+138
| * | | CREATE TABLE and frm-less discovering engines.Sergei Golubchik2013-04-091-6/+29
| * | | split mysql_create_frm() in create_frm_image() and writefrm()Sergei Golubchik2013-04-091-4/+7
| * | | write frm pieces contiguously, don't align them on a 4K boundarySergei Golubchik2013-04-091-5/+0
| * | | cleanup frm creation:Sergei Golubchik2013-04-091-211/+93
| * | | remove dd_frm_type(), dd_frm_storage_engine(), dd_check_storage_engine_flag()Sergei Golubchik2013-04-091-19/+1
| * | | open_table_def() no longer probes for the old pre-5.1 table file names.Sergei Golubchik2013-04-091-39/+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-091-7/+16
| * | | single table discovery: handlerton::discover_table() method.Sergei Golubchik2013-04-091-59/+52
| * | | remove ha_create_table_from_engine()Sergei Golubchik2013-04-091-5/+3
| * | | convenience helpers for get_table_share() and tdc_open_view().Sergei Golubchik2013-04-091-6/+4
| * | | * remove ha_check_if_table_exists() and get_table_share_with_discover().Sergei Golubchik2013-04-091-4/+16
| * | | rename open_binary_frm() to TABLE_SHARE::init_from_binary_frm_image()Sergei Golubchik2013-04-091-76/+50
| * | | Don't hold LOCK_open over open_table_def/open_binary_frm callSergei Golubchik2013-04-091-2/+3
| * | | * don't use 1-8 numbers for open_table_error codes, use an enum.Sergei Golubchik2013-04-091-155/+89
| * | | don't use I_S constants for open_table_def and get_table_share,Sergei Golubchik2013-04-091-9/+3
| * | | remove dead HAVE_CRYPTED_FRM codeSergei Golubchik2013-04-091-51/+0
| * | | make the open_table_def to read the whole frm in memorySergei Golubchik2013-04-091-120/+79
| * | | * move bas_ext from the handler to the handlertonSergei Golubchik2013-04-071-11/+3
| * | | typo fixedSergei Golubchik2013-04-071-4/+4
* | | | Merge 10.0-base -> mwl253.Igor Babaev2013-03-311-2/+2
|\ \ \ \ | |/ / /
| * | | 5.5 mergeSergei Golubchik2013-03-271-2/+2
| |\ \ \ | | |/ / | | | / | | |/ | |/|
| | * MergeIgor Babaev2013-03-021-1/+1
| | |\
| | | * Fixed bug mdev-4220.Igor Babaev2013-03-021-1/+1
| | * | Fixed bug MPDEV-628 / LP:989055 - Querying myisam table metadata may corrupt ...Michael Widenius2013-03-011-1/+1
| | |/
* | | Fixed several bugs for mwl #253.Igor Babaev2013-03-301-0/+6
* | | Added histogams for table columns.Igor Babaev2013-03-251-0/+2
* | | The pilot patch for mwl#253.Igor Babaev2013-03-111-1/+5
|/ /
* | 5.5 mergeSergei Golubchik2013-01-291-16/+34
|\ \ | |/
| * Merge 5.3->5.5Igor Babaev2013-01-231-5/+9
| |\
| | * Merge 5.2->5.3Igor Babaev2013-01-211-5/+9
| | |\
| | | * Fixed bug mdev-3938.Igor Babaev2013-01-151-4/+8
| * | | 5.3 mergeSergei Golubchik2013-01-151-11/+25
| |\ \ \ | | |/ /
| | * | MDEV-3914 fix.unknown2012-12-051-11/+25
* | | | cleanup:Sergei Golubchik2013-01-231-3/+1