| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | | 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 |
* | | 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 |
* | | | | 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 |
* | | | | small cleanup - remove prehistoric DB_TYPE_xxx values | Sergei Golubchik | 2013-04-07 | 1 | -7/+0 |
* | | | | 5.5 merge | Sergei Golubchik | 2013-01-29 | 1 | -9/+57 |
|\ \ \ \
| |/ / / |
|
| * | | | MDEV-4065 thd_kill_statement service | Sergei Golubchik | 2013-01-18 | 1 | -6/+7 |
| * | | | mysql-5.5.29 merge | Sergei Golubchik | 2013-01-15 | 1 | -7/+34 |
| |\ \ \
| | |/ / |
|
| | * | | Bug #14036214 MYSQLD CRASHES WHEN EXECUTING UPDATE IN TRX WITH | Annamalai Gurusami | 2012-10-08 | 1 | -9/+38 |
| * | | | Buildbot fixes and cleanups: | Michael Widenius | 2013-01-11 | 1 | -0/+1 |
| * | | | Fixed some race conditons and bugs related to killed queries | Michael Widenius | 2013-01-11 | 1 | -1/+20 |
* | | | | MDEV-4011 Added per thread memory counting and usage | Michael Widenius | 2013-01-23 | 1 | -2/+3 |
* | | | | Merge mariadb-5.5 -> 10.0-base. | Igor Babaev | 2012-12-16 | 1 | -4/+31 |
|\ \ \ \
| |/ / / |
|
| * | | | Do not DBUG_PRINT uninitialized variable. This avoid false positive from runt... | Vladislav Vaintroub | 2012-10-18 | 1 | -2/+3 |
| * | | | mysql-5.5.28 | Sergei Golubchik | 2012-10-16 | 1 | -2/+28 |
| |\ \ \
| | |/ / |
|
| | * | | Merging from mysql-5.1 to mysql-5.5. | Annamalai Gurusami | 2012-07-12 | 1 | -2/+27 |
| | |\ \
| | | |/ |
|
| | | * | Bug #11765218 58157: INNODB LOCKS AN UNMATCHED ROW EVEN THOUGH USING | Annamalai Gurusami | 2012-07-12 | 1 | -2/+27 |
* | | | | Automatic merge with 5.5 | Michael Widenius | 2012-10-05 | 1 | -1/+2 |
|\ \ \ \
| |/ / / |
|
| * | | | Fixed issues found by buildbot & valgrind: | Michael Widenius | 2012-10-04 | 1 | -1/+2 |