| Commit message (Expand) | Author | Age | Files | Lines |
* | 10.0-base merge. | Sergei Golubchik | 2013-09-21 | 1 | -0/+6 |
|\ |
|
| * | 5.5 merge and fixes for compiler/test errors | Sergei Golubchik | 2013-09-18 | 1 | -0/+6 |
| |\ |
|
| | * | fix an old bug where dd_frm_type() could incorrectly determine the table type | Sergei Golubchik | 2013-08-28 | 1 | -0/+6 |
* | | | MDEV-4702 - Reduce usage of LOCK_open | Sergey Vojtovich | 2013-08-14 | 1 | -11/+9 |
* | | | MDEV-4786 merge 10.0-monty -> 10.0 | Sergei Golubchik | 2013-08-12 | 1 | -10/+0 |
* | | | 10.0-monty merge | Sergei Golubchik | 2013-07-21 | 1 | -61/+364 |
|\ \ \ |
|
| * | | | Merge the following patch from MySQL 5.6.10, in order to make perfschema.binl... | unknown | 2013-07-11 | 1 | -2/+1 |
| * | | | Fix test errors like: | Sergey Petrunya | 2013-07-08 | 1 | -2/+6 |
| * | | | ha_partition.cc and ha_partition.h are now completely merged | Michael Widenius | 2013-06-27 | 1 | -9/+17 |
| * | | | Applied all changes from Igor and Sanja | Michael Widenius | 2013-06-15 | 1 | -36/+315 |
| * | | | Push a lot of small fixes to get larger parts to compile | Michael Widenius | 2013-05-21 | 1 | -14/+14 |
| * | | | Temporary commit of 10.0-merge | Michael Widenius | 2013-03-26 | 1 | -7/+30 |
* | | | | 10.0-base merge | Sergei Golubchik | 2013-07-18 | 1 | -24/+30 |
|\ \ \ \
| | |/ /
| |/| | |
|
| * | | | 5.5 merge | Sergei Golubchik | 2013-07-17 | 1 | -0/+1 |
| |\ \ \
| | | |/
| | |/| |
|
| | * | | -Run test suite with smaller aria keybuffer size (to make it possible to run ... | Michael Widenius | 2013-06-05 | 1 | -0/+1 |
| * | | | MDEV-4450 misleading error messages from init_from_sql_statement_string() | Sergei Golubchik | 2013-06-15 | 1 | -2/+7 |
| * | | | plugin_hton helper | Sergei Golubchik | 2013-06-15 | 1 | -20/+20 |
| * | | | MDEV-4441 DROP DATABASE with a newly created ARCHIVE table does not work | Sergei Golubchik | 2013-06-15 | 1 | -2/+2 |
* | | | | 10.0-base merge | Sergei Golubchik | 2013-06-06 | 1 | -7/+28 |
|\ \ \ \
| |/ / / |
|
| * | | | 5.5 merge | Sergei Golubchik | 2013-06-06 | 1 | -7/+28 |
| |\ \ \
| | |/ / |
|
| | * | | mysql-5.5.31 merge | Sergei Golubchik | 2013-05-07 | 1 | -3/+17 |
| | |\ \ |
|
| | | * | | Bug#16274455: CAN NOT ACESS PARTITIONED TABLES WHEN | Mattias Jonsson | 2013-02-14 | 1 | -0/+3 |
| | | * | | Bug#14521864: MYSQL 5.1 TO 5.5 BUGS PARTITIONING | Mattias Jonsson | 2013-01-30 | 1 | -1/+11 |
| | | |\ \ |
|
| | | * | | | Bug#11757464:SERVER CRASH IN RECURSIVE CALL WHEN OOM | Nisha Gopalakrishnan | 2013-01-15 | 1 | -1/+2 |
| | * | | | | MDEV-260 auditing table accesses | Sergei Golubchik | 2013-04-19 | 1 | -3/+10 |
| | * | | | | strmake_buf(X,Y) helper, equivalent to strmake(X,Y,sizeof(X)-1) | Sergei Golubchik | 2013-04-17 | 1 | -1/+1 |
* | | | | | | don't compare table names to detect temporary tables | Sergei Golubchik | 2013-04-16 | 1 | -11/+5 |
* | | | | | | remove numerous #ifdef HAVE_PSI_TABLE_INTERFACE | Sergei Golubchik | 2013-04-15 | 1 | -28/+12 |
* | | | | | | 10.0-base merge | Sergei Golubchik | 2013-04-15 | 1 | -265/+438 |
|\ \ \ \ \ \
| |/ / / / /
| | | | | /
| |_|_|_|/
|/| | | | |
|
| * | | | | MDEV-4022 table attributes with sysvar as a default value | Sergei Golubchik | 2013-04-09 | 1 | -2/+4 |
| * | | | | error messages: name the storage engine explicitly, | Sergei Golubchik | 2013-04-09 | 1 | -12/+14 |
| * | | | | optimize discovery for cases when the storage engine is known in advance | Sergei Golubchik | 2013-04-09 | 1 | -3/+10 |
| * | | | | dead code, remove unused argument | Sergei Golubchik | 2013-04-09 | 1 | -2/+2 |
| * | | | | discovery using sql CREATE TABLE statement | Sergei Golubchik | 2013-04-09 | 1 | -0/+4 |
| * | | | | discover of table non-existance on drop | Sergei Golubchik | 2013-04-09 | 1 | -1/+6 |
| * | | | | CREATE TABLE and frm-less discovering engines. | Sergei Golubchik | 2013-04-09 | 1 | -5/+26 |
| * | | | | remove dd_frm_type(), dd_frm_storage_engine(), dd_check_storage_engine_flag() | Sergei Golubchik | 2013-04-09 | 1 | -3/+1 |
| * | | | | ha_create_table: remove unused argument | Sergei Golubchik | 2013-04-09 | 1 | -4/+2 |
| * | | | | rename a handler method to more precisely reflect what kind of a hack it does | Sergei Golubchik | 2013-04-09 | 1 | -3/+3 |
| * | | | | handlerton::discover_table_names() can not discover only | Sergei Golubchik | 2013-04-09 | 1 | -39/+145 |
| * | | | | fix mysql_rm_table_no_locks() not to use dd_frm_type, because the frm file | Sergei Golubchik | 2013-04-09 | 1 | -13/+54 |
| * | | | | single table discovery: handlerton::discover_table() method. | Sergei Golubchik | 2013-04-09 | 1 | -45/+75 |
| * | | | | remove ha_create_table_from_engine() | Sergei Golubchik | 2013-04-09 | 1 | -77/+2 |
| * | | | | handlerton::discover_table_existence() method | Sergei Golubchik | 2013-04-09 | 1 | -0/+97 |
| * | | | | * remove ha_check_if_table_exists() and get_table_share_with_discover(). | Sergei Golubchik | 2013-04-09 | 1 | -27/+0 |
| * | | | | * don't use 1-8 numbers for open_table_error codes, use an enum. | Sergei Golubchik | 2013-04-09 | 1 | -2/+13 |
| * | | | | don't use I_S constants for open_table_def and get_table_share, | Sergei Golubchik | 2013-04-09 | 1 | -2/+2 |
| * | | | | file-based table discovery for discovering storage engines | Sergei Golubchik | 2013-04-09 | 1 | -2/+67 |
| * | | | | * move bas_ext from the handler to the handlerton | Sergei Golubchik | 2013-04-07 | 1 | -17/+13 |
| * | | | | remove handlerton::find_files (new implementation is coming), | Sergei Golubchik | 2013-04-07 | 1 | -90/+0 |