Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | MDEV-4786 merge 10.0-monty -> 10.0 | Sergei Golubchik | 2013-08-12 | 1 | -8/+0 |
* | MDEV-4786 merge 10.0-monty -> 10.0 | Sergei Golubchik | 2013-08-12 | 1 | -6/+0 |
* | MDEV-4786 merge 10.0-monty -> 10.0 | Sergei Golubchik | 2013-08-12 | 1 | -5/+0 |
* | 10.0-monty merge | Sergei Golubchik | 2013-07-21 | 1 | -98/+814 |
|\ | |||||
| * | fix the maria suite | Sergei Golubchik | 2013-07-12 | 1 | -1/+0 |
| * | fix lost vcol checks in sql_table.cc, | Sergei Golubchik | 2013-07-12 | 1 | -0/+3 |
| * | ha_partition.cc and ha_partition.h are now completely merged | Michael Widenius | 2013-06-27 | 1 | -0/+1 |
| * | Applied all changes from Igor and Sanja | Michael Widenius | 2013-06-15 | 1 | -95/+392 |
| * | Temporary commit of 10.0-merge | Michael Widenius | 2013-03-26 | 1 | -10/+429 |
* | | 10.0-base merge | Sergei Golubchik | 2013-07-18 | 1 | -3/+34 |
|\ \ | |||||
| * \ | 5.5 merge | Sergei Golubchik | 2013-07-17 | 1 | -1/+28 |
| |\ \ | |||||
| | * | | MDEV-4778: Incorrect results from Aria/MyISAM SELECT using index with prefix ... | Sergey Petrunya | 2013-07-16 | 1 | -0/+26 |
| | * | | MDEV-4466 Partitioned Aria table created by a previous version is recognized ... | Sergei Golubchik | 2013-06-15 | 1 | -1/+2 |
| * | | | remove unsusd DB_TYPE value | Sergei Golubchik | 2013-06-15 | 1 | -1/+0 |
| * | | | plugin_hton helper | Sergei Golubchik | 2013-06-15 | 1 | -0/+5 |
| * | | | MDEV-4441 DROP DATABASE with a newly created ARCHIVE table does not work | Sergei Golubchik | 2013-06-15 | 1 | -1/+1 |
* | | | | 10.0-base merge | Sergei Golubchik | 2013-06-06 | 1 | -2/+2 |
|\ \ \ \ | |/ / / | |||||
| * | | | 5.5 merge | Sergei Golubchik | 2013-06-06 | 1 | -1/+2 |
| |\ \ \ | | |/ / | |||||
| | * | | increase MAX_HA (number of simultaneously installed storage engines) to 64 | Sergei Golubchik | 2013-05-20 | 1 | -1/+1 |
| | * | | MDEV-260 auditing table accesses | Sergei Golubchik | 2013-04-19 | 1 | -0/+1 |
* | | | | 10.0 merge | Sergei Golubchik | 2013-04-19 | 1 | -124/+237 |
|\ \ \ \ | |||||
| * | | | | don't compare table names to detect temporary tables | Sergei Golubchik | 2013-04-16 | 1 | -1/+2 |
| * | | | | remove numerous #ifdef HAVE_PSI_TABLE_INTERFACE | Sergei Golubchik | 2013-04-15 | 1 | -9/+5 |
| * | | | | 10.0-base merge | Sergei Golubchik | 2013-04-15 | 1 | -110/+230 |
| |\ \ \ \ | | |/ / / | | | | / | | |_|/ | |/| | | |||||
| | * | | MDEV-3807 show plugins soname 'xxx' | Sergei Golubchik | 2013-04-09 | 1 | -0/+1 |
| | * | | MDEV-4022 table attributes with sysvar as a default value | Sergei Golubchik | 2013-04-09 | 1 | -6/+22 |
| | * | | Assisted discovery | Sergei Golubchik | 2013-04-09 | 1 | -0/+20 |
| | * | | dead code, remove unused argument | Sergei Golubchik | 2013-04-09 | 1 | -2/+2 |
| | * | | remove HA_CREATE_INFO::frm_only - it's internal server flag, | Sergei Golubchik | 2013-04-09 | 1 | -1/+0 |
| | * | | * frm extra2 segment. | Sergei Golubchik | 2013-04-09 | 1 | -0/+2 |
| | * | | CREATE TABLE and frm-less discovering engines. | Sergei Golubchik | 2013-04-09 | 1 | -1/+3 |
| | * | | ha_create_table: remove unused argument | Sergei Golubchik | 2013-04-09 | 1 | -2/+1 |
| | * | | rename a handler method to more precisely reflect what kind of a hack it does | Sergei Golubchik | 2013-04-09 | 1 | -2/+2 |
| | * | | handlerton::discover_table_names() can not discover only | Sergei Golubchik | 2013-04-09 | 1 | -4/+21 |
| | * | | fix mysql_rm_table_no_locks() not to use dd_frm_type, because the frm file | Sergei Golubchik | 2013-04-09 | 1 | -1/+4 |
| | * | | single table discovery: handlerton::discover_table() method. | Sergei Golubchik | 2013-04-09 | 1 | -6/+16 |
| | * | | remove ha_create_table_from_engine() | Sergei Golubchik | 2013-04-09 | 1 | -1/+0 |
| | * | | handlerton::discover_table_existence() method | Sergei Golubchik | 2013-04-09 | 1 | -0/+23 |
| | * | | * remove ha_check_if_table_exists() and get_table_share_with_discover(). | Sergei Golubchik | 2013-04-09 | 1 | -2/+0 |
| | * | | file-based table discovery for discovering storage engines | Sergei Golubchik | 2013-04-09 | 1 | -17/+57 |
| | * | | * move bas_ext from the handler to the handlerton | Sergei Golubchik | 2013-04-07 | 1 | -1/+5 |
| | * | | remove handlerton::find_files (new implementation is coming), | Sergei Golubchik | 2013-04-07 | 1 | -11/+0 |
| | * | | small cleanup - remove prehistoric DB_TYPE_xxx values | Sergei Golubchik | 2013-04-07 | 1 | -19/+17 |
| | * | | s/st_ha_create_information/HA_CREATE_INFO/ | Sergei Golubchik | 2013-04-07 | 1 | -2/+2 |
| | * | | remove ULL() and LL(), because they're totally unnecessary | Sergei Golubchik | 2013-04-07 | 1 | -43/+43 |
* | | | | Merge from the latest mariadb-10.0. | Alexander Barkov | 2013-03-29 | 1 | -0/+7 |
|\ \ \ \ | |/ / / | |||||
| * | | | 10.0-base merge | Sergei Golubchik | 2013-01-31 | 1 | -0/+7 |
| |\ \ \ | | |/ / | |||||
| | * | | 5.5 merge | Sergei Golubchik | 2013-01-29 | 1 | -1/+8 |
| | |\ \ | | | |/ | |||||
| | | * | MDEV-4065 thd_kill_statement service | Sergei Golubchik | 2013-01-18 | 1 | -4/+2 |
| | | * | mysql-5.5.29 merge | Sergei Golubchik | 2013-01-15 | 1 | -1/+3 |
| | | |\ |