Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | MDEV-4345 | unknown | 2013-04-18 | 1 | -0/+1 |
* | Merge 10.0-base -> mwl253 | Igor Babaev | 2013-04-15 | 1 | -2/+42 |
|\ | |||||
| * | MDEV-26: Global transaction ID. First alpha release. | unknown | 2013-04-15 | 1 | -0/+40 |
| |\ | |||||
| | * | MDEV-26: Global transaction ID. | unknown | 2013-03-11 | 1 | -0/+40 |
| * | | 5.5 merge | Sergei Golubchik | 2013-04-14 | 1 | -2/+2 |
| |\ \ | |||||
| | * | | complier warnings. hide the redundant condition under #ifdef | Sergei Golubchik | 2013-04-12 | 1 | -2/+2 |
* | | | | Merge 10.0-base->mwl253 | Igor Babaev | 2013-04-12 | 1 | -687/+563 |
|\ \ \ \ | |/ / / | |||||
| * | | | post-review comments and other minor edits | Sergei Golubchik | 2013-04-09 | 1 | -20/+21 |
| * | | | optimize discovery for cases when the storage engine is known in advance | Sergei Golubchik | 2013-04-09 | 1 | -5/+4 |
| * | | | assisted discovery in federatedx | Sergei Golubchik | 2013-04-09 | 1 | -0/+4 |
| * | | | TABLE_SHARE::free_frm_image() method to free the memory | Sergei Golubchik | 2013-04-09 | 1 | -0/+7 |
| * | | | limit frm size, when reading it in memory | Sergei Golubchik | 2013-04-09 | 1 | -3/+6 |
| * | | | cleanup: merge two mutually dependent function arguments into one, | Sergei Golubchik | 2013-04-09 | 1 | -2/+2 |
| * | | | * frm extra2 segment. | Sergei Golubchik | 2013-04-09 | 1 | -11/+64 |
| * | | | discovery using sql CREATE TABLE statement | Sergei Golubchik | 2013-04-09 | 1 | -23/+138 |
| * | | | 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 |
* | | | | Merge 10.0-base -> mwl253. | Igor Babaev | 2013-03-31 | 1 | -2/+2 |
|\ \ \ \ | |/ / / | |||||
| * | | | 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 |
| | |/ | |||||
* | | | Fixed several bugs for mwl #253. | Igor Babaev | 2013-03-30 | 1 | -0/+6 |
* | | | Added histogams for table columns. | Igor Babaev | 2013-03-25 | 1 | -0/+2 |
* | | | The pilot patch for mwl#253. | Igor Babaev | 2013-03-11 | 1 | -1/+5 |
|/ / | |||||
* | | 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 |