Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | CREATE TABLE and frm-less discovering engines. | Sergei Golubchik | 2013-04-09 | 1 | -6/+29 |
* | split mysql_create_frm() in create_frm_image() and writefrm() | Sergei Golubchik | 2013-04-09 | 1 | -4/+7 |
* | write frm pieces contiguously, don't align them on a 4K boundary | Sergei Golubchik | 2013-04-09 | 1 | -5/+0 |
* | cleanup frm creation: | Sergei Golubchik | 2013-04-09 | 1 | -211/+93 |
* | remove dd_frm_type(), dd_frm_storage_engine(), dd_check_storage_engine_flag() | Sergei Golubchik | 2013-04-09 | 1 | -19/+1 |
* | open_table_def() no longer probes for the old pre-5.1 table file names. | Sergei Golubchik | 2013-04-09 | 1 | -39/+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 | 1 | -7/+16 |
* | single table discovery: handlerton::discover_table() method. | Sergei Golubchik | 2013-04-09 | 1 | -59/+52 |
* | remove ha_create_table_from_engine() | Sergei Golubchik | 2013-04-09 | 1 | -5/+3 |
* | convenience helpers for get_table_share() and tdc_open_view(). | Sergei Golubchik | 2013-04-09 | 1 | -6/+4 |
* | * remove ha_check_if_table_exists() and get_table_share_with_discover(). | Sergei Golubchik | 2013-04-09 | 1 | -4/+16 |
* | rename open_binary_frm() to TABLE_SHARE::init_from_binary_frm_image() | Sergei Golubchik | 2013-04-09 | 1 | -76/+50 |
* | Don't hold LOCK_open over open_table_def/open_binary_frm call | Sergei Golubchik | 2013-04-09 | 1 | -2/+3 |
* | * don't use 1-8 numbers for open_table_error codes, use an enum. | Sergei Golubchik | 2013-04-09 | 1 | -155/+89 |
* | don't use I_S constants for open_table_def and get_table_share, | Sergei Golubchik | 2013-04-09 | 1 | -9/+3 |
* | remove dead HAVE_CRYPTED_FRM code | Sergei Golubchik | 2013-04-09 | 1 | -51/+0 |
* | make the open_table_def to read the whole frm in memory | Sergei Golubchik | 2013-04-09 | 1 | -120/+79 |
* | * move bas_ext from the handler to the handlerton | Sergei Golubchik | 2013-04-07 | 1 | -11/+3 |
* | typo fixed | Sergei Golubchik | 2013-04-07 | 1 | -4/+4 |
* | 5.5 merge | Sergei Golubchik | 2013-03-27 | 1 | -2/+2 |
|\ | |||||
| * | Merge | Igor Babaev | 2013-03-02 | 1 | -1/+1 |
| |\ | |||||
| | * | Fixed bug mdev-4220. | Igor Babaev | 2013-03-02 | 1 | -1/+1 |
| * | | Fixed bug MPDEV-628 / LP:989055 - Querying myisam table metadata may corrupt ... | Michael Widenius | 2013-03-01 | 1 | -1/+1 |
| |/ | |||||
* | | 5.5 merge | Sergei Golubchik | 2013-01-29 | 1 | -16/+34 |
|\ \ | |/ | |||||
| * | Merge 5.3->5.5 | Igor Babaev | 2013-01-23 | 1 | -5/+9 |
| |\ | |||||
| | * | Merge 5.2->5.3 | Igor Babaev | 2013-01-21 | 1 | -5/+9 |
| | |\ | |||||
| | | * | Fixed bug mdev-3938. | Igor Babaev | 2013-01-15 | 1 | -4/+8 |
| * | | | 5.3 merge | Sergei Golubchik | 2013-01-15 | 1 | -11/+25 |
| |\ \ \ | | |/ / | |||||
| | * | | MDEV-3914 fix. | unknown | 2012-12-05 | 1 | -11/+25 |
* | | | | cleanup: | Sergei Golubchik | 2013-01-23 | 1 | -3/+1 |
* | | | | cleanup: use MYF() for mysys flags | Sergei Golubchik | 2013-01-23 | 1 | -3/+3 |
* | | | | MDEV-4011 Added per thread memory counting and usage | Michael Widenius | 2013-01-23 | 1 | -4/+11 |
* | | | | Merge 5.5-mwl248 -> 10.0-base | Igor Babaev | 2013-01-08 | 1 | -0/+10 |
|\ \ \ \ | |||||
| * | | | | Fixed bug mdev-3979. | Igor Babaev | 2013-01-08 | 1 | -0/+10 |
* | | | | | Merge mwl248->10.0-base. | Igor Babaev | 2012-12-19 | 1 | -1/+22 |
|\ \ \ \ \ | |||||
| * \ \ \ \ | Merge maria-5.5-mwl248 -> 10.0-base. | Igor Babaev | 2012-12-16 | 1 | -1/+21 |
| |\ \ \ \ \ | | |/ / / / | |||||
| | * | | | | Addressed all remaining issues from the review of the patch | Igor Babaev | 2012-12-13 | 1 | -1/+1 |
| | * | | | | Changed the names of the system tables for statistical data: | Igor Babaev | 2012-12-05 | 1 | -4/+5 |
| | * | | | | Merge 5.5->mwl248 | Igor Babaev | 2012-12-04 | 1 | -11/+15 |
| | |\ \ \ \ | | | |/ / / | |||||
| | * | | | | Merge 5.5 -> 5.5-mwl248. | Igor Babaev | 2012-11-02 | 1 | -1/+20 |
| | |\ \ \ \ | |||||
| | | * \ \ \ | Merge 5.5 -> mwl248 | Igor Babaev | 2012-09-08 | 1 | -0/+22 |
| | | |\ \ \ \ | |||||
| | | * \ \ \ \ | Merge 5.5->5.5-mwl248. | Igor Babaev | 2012-08-29 | 1 | -1/+1 |
| | | |\ \ \ \ \ | |||||
| | | * \ \ \ \ \ | Merge 5.5 -> 5.5-mwl248. | Igor Babaev | 2012-07-30 | 1 | -1/+8 |
| | | |\ \ \ \ \ \ | |||||
| | | * | | | | | | | Performed re-factoring and re-structuring of the code for mwl#248: | Igor Babaev | 2012-07-26 | 1 | -19/+11 |
| | | * | | | | | | | Merge 5.5 -> 5.5-mwl248. | Igor Babaev | 2012-06-26 | 1 | -7/+21 |
| | | |\ \ \ \ \ \ \ | |||||
| | | * | | | | | | | | Changed the type of all double columns in the system statistical tables | Igor Babaev | 2012-06-25 | 1 | -11/+11 |
| | | * | | | | | | | | Merge. | Igor Babaev | 2012-05-18 | 1 | -1/+2 |
| | | |\ \ \ \ \ \ \ \ | |||||
| | | * | | | | | | | | | Fixed a problem for Q18 from DBT3/SF30 with innodb database instance: | Igor Babaev | 2012-04-19 | 1 | -0/+1 |
| | | * | | | | | | | | | Merge 5.5 -> 5.5-mwl248. | Igor Babaev | 2012-04-11 | 1 | -25/+46 |
| | | |\ \ \ \ \ \ \ \ \ |