| Commit message (Expand) | Author | Age | Files | Lines |
* | 10.0-base merge | Sergei Golubchik | 2013-07-18 | 1 | -76/+43 |
|\ |
|
| * | 5.5 merge | Sergei Golubchik | 2013-07-17 | 1 | -39/+30 |
| |\ |
|
| | * | mysql-5.5.32 merge | Sergei Golubchik | 2013-07-16 | 1 | -35/+20 |
| | |\ |
|
| | | * | Bug #16051728 SERVER CRASHES IN ADD_IDENTIFIER ON CONCURRENT ALTER TABLE AND | Annamalai Gurusami | 2013-03-21 | 1 | -36/+20 |
| | * | | MDEV-4564 ALTER on a temporary table generates an audit event | Sergei Golubchik | 2013-06-07 | 1 | -4/+10 |
| * | | | plugin_hton helper | Sergei Golubchik | 2013-06-15 | 1 | -1/+1 |
| * | | | MDEV-4441 DROP DATABASE with a newly created ARCHIVE table does not work | Sergei Golubchik | 2013-06-15 | 1 | -34/+9 |
* | | | | Adding support for MySQL-5.6 temporal column types: | Alexander Barkov | 2013-07-10 | 1 | -3/+8 |
* | | | | 10.0-base merge | Sergei Golubchik | 2013-06-06 | 1 | -4/+13 |
|\ \ \ \
| |/ / / |
|
| * | | | 5.5 merge | Sergei Golubchik | 2013-06-06 | 1 | -4/+17 |
| |\ \ \
| | |/ / |
|
| | * | | mysql-5.5.31 merge | Sergei Golubchik | 2013-05-07 | 1 | -5/+8 |
| | |\ \
| | | |/ |
|
| | | * | Bug#16274455: CAN NOT ACESS PARTITIONED TABLES WHEN | Mattias Jonsson | 2013-02-14 | 1 | -4/+7 |
| | * | | MDEV-260 auditing table accesses | Sergei Golubchik | 2013-04-19 | 1 | -0/+10 |
* | | | | fix plugin locking/unlocking when assisted discovery fails | Sergei Golubchik | 2013-04-19 | 1 | -0/+10 |
* | | | | 10.0 merge | Sergei Golubchik | 2013-04-19 | 1 | -585/+777 |
|\ \ \ \ |
|
| * | | | | don't compare table names to detect temporary tables | Sergei Golubchik | 2013-04-16 | 1 | -1/+14 |
| * | | | | remove a sleep from the test | Sergei Golubchik | 2013-04-16 | 1 | -2/+0 |
| * | | | | remove numerous #ifdef HAVE_PSI_TABLE_INTERFACE | Sergei Golubchik | 2013-04-15 | 1 | -5/+3 |
| * | | | | 10.0-base merge | Sergei Golubchik | 2013-04-15 | 1 | -570/+758 |
| |\ \ \ \
| | |/ / / |
|
| | * | | | MDEV-318 IF (NOT) EXIST clauses for ALTER TABLE (MWL #252). | Alexey Botchkov | 2013-04-13 | 1 | -1/+252 |
| | * | | | MDEV-4022 table attributes with sysvar as a default value | Sergei Golubchik | 2013-04-09 | 1 | -6/+6 |
| | * | | | error messages: name the storage engine explicitly, | Sergei Golubchik | 2013-04-09 | 1 | -44/+32 |
| | * | | | post-review comments and other minor edits | Sergei Golubchik | 2013-04-09 | 1 | -4/+4 |
| | * | | | optimize discovery for cases when the storage engine is known in advance | Sergei Golubchik | 2013-04-09 | 1 | -4/+7 |
| | * | | | Assisted discovery | Sergei Golubchik | 2013-04-09 | 1 | -14/+58 |
| | * | | | dead code, remove unused argument | Sergei Golubchik | 2013-04-09 | 1 | -7/+6 |
| | * | | | remove HA_CREATE_INFO::frm_only - it's internal server flag, | Sergei Golubchik | 2013-04-09 | 1 | -11/+15 |
| | * | | | small cleanup | Sergei Golubchik | 2013-04-09 | 1 | -23/+15 |
| | * | | | cleanup: merge two mutually dependent function arguments into one, | Sergei Golubchik | 2013-04-09 | 1 | -46/+33 |
| | * | | | cleanup | Sergei Golubchik | 2013-04-09 | 1 | -48/+5 |
| | * | | | test_sql_discovery storage engine | Sergei Golubchik | 2013-04-09 | 1 | -1/+0 |
| | * | | | discovery using sql CREATE TABLE statement | Sergei Golubchik | 2013-04-09 | 1 | -122/+153 |
| | * | | | CREATE TABLE and frm-less discovering engines. | Sergei Golubchik | 2013-04-09 | 1 | -11/+12 |
| | * | | | split mysql_create_frm() in create_frm_image() and writefrm() | Sergei Golubchik | 2013-04-09 | 1 | -1/+1 |
| | * | | | remove dd_frm_type(), dd_frm_storage_engine(), dd_check_storage_engine_flag() | Sergei Golubchik | 2013-04-09 | 1 | -2/+6 |
| | * | | | rename a handler method to more precisely reflect what kind of a hack it does | Sergei Golubchik | 2013-04-09 | 1 | -6/+6 |
| | * | | | fix mysql_rm_table_no_locks() not to use dd_frm_type, because the frm file | Sergei Golubchik | 2013-04-09 | 1 | -31/+35 |
| | * | | | single table discovery: handlerton::discover_table() method. | Sergei Golubchik | 2013-04-09 | 1 | -19/+24 |
| | * | | | handlerton::discover_table_existence() method | Sergei Golubchik | 2013-04-09 | 1 | -3/+8 |
| | * | | | * remove ha_check_if_table_exists() and get_table_share_with_discover(). | Sergei Golubchik | 2013-04-09 | 1 | -46/+3 |
| | * | | | revert | Sergei Golubchik | 2013-04-09 | 1 | -70/+4 |
| | * | | | * don't use 1-8 numbers for open_table_error codes, use an enum. | Sergei Golubchik | 2013-04-09 | 1 | -2/+2 |
| | * | | | don't use I_S constants for open_table_def and get_table_share, | Sergei Golubchik | 2013-04-09 | 1 | -1/+1 |
| | * | | | remove handlerton::find_files (new implementation is coming), | Sergei Golubchik | 2013-04-07 | 1 | -17/+7 |
| | * | | | simplify test case | Sergei Golubchik | 2013-04-07 | 1 | -2/+0 |
| | * | | | 5.5 merge | Sergei Golubchik | 2013-03-27 | 1 | -110/+145 |
| | |\ \ \
| | | |/ / |
|
| | | * | | Fix for assert found by mysql-test-run | Michael Widenius | 2013-03-05 | 1 | -1/+5 |
| | | * | | Fixed issue with LOCK TABLE + ALTER TABLE ENABLE KEYS + SHOW commands. | Michael Widenius | 2013-03-05 | 1 | -0/+3 |
| | | * | | Automatic merge | Michael Widenius | 2013-03-01 | 1 | -6/+13 |
| | | |\ \ |
|
| | | | * | | Fixed bug MPDEV-628 / LP:989055 - Querying myisam table metadata may corrupt ... | Michael Widenius | 2013-03-01 | 1 | -6/+13 |