summaryrefslogtreecommitdiff
path: root/sql/table.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
| |/
* | 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
* | | | cleanup: use MYF() for mysys flagsSergei Golubchik2013-01-231-3/+3
* | | | MDEV-4011 Added per thread memory counting and usageMichael Widenius2013-01-231-4/+11
* | | | Merge 5.5-mwl248 -> 10.0-baseIgor Babaev2013-01-081-0/+10
|\ \ \ \
| * | | | Fixed bug mdev-3979.Igor Babaev2013-01-081-0/+10
* | | | | Merge mwl248->10.0-base.Igor Babaev2012-12-191-1/+22
|\ \ \ \ \
| * \ \ \ \ Merge maria-5.5-mwl248 -> 10.0-base.Igor Babaev2012-12-161-1/+21
| |\ \ \ \ \ | | |/ / / /
| | * | | | Addressed all remaining issues from the review of the patchIgor Babaev2012-12-131-1/+1
| | * | | | Changed the names of the system tables for statistical data:Igor Babaev2012-12-051-4/+5
| | * | | | Merge 5.5->mwl248Igor Babaev2012-12-041-11/+15
| | |\ \ \ \ | | | |/ / /
| | * | | | Merge 5.5 -> 5.5-mwl248.Igor Babaev2012-11-021-1/+20
| | |\ \ \ \
| | | * \ \ \ Merge 5.5 -> mwl248Igor Babaev2012-09-081-0/+22
| | | |\ \ \ \
| | | * \ \ \ \ Merge 5.5->5.5-mwl248.Igor Babaev2012-08-291-1/+1
| | | |\ \ \ \ \
| | | * \ \ \ \ \ Merge 5.5 -> 5.5-mwl248.Igor Babaev2012-07-301-1/+8
| | | |\ \ \ \ \ \
| | | * | | | | | | Performed re-factoring and re-structuring of the code for mwl#248:Igor Babaev2012-07-261-19/+11
| | | * | | | | | | Merge 5.5 -> 5.5-mwl248.Igor Babaev2012-06-261-7/+21
| | | |\ \ \ \ \ \ \
| | | * | | | | | | | Changed the type of all double columns in the system statistical tablesIgor Babaev2012-06-251-11/+11
| | | * | | | | | | | Merge.Igor Babaev2012-05-181-1/+2
| | | |\ \ \ \ \ \ \ \
| | | * | | | | | | | | Fixed a problem for Q18 from DBT3/SF30 with innodb database instance:Igor Babaev2012-04-191-0/+1
| | | * | | | | | | | | Merge 5.5 -> 5.5-mwl248.Igor Babaev2012-04-111-25/+46
| | | |\ \ \ \ \ \ \ \ \