summaryrefslogtreecommitdiff
path: root/sql/datadict.cc
Commit message (Expand)AuthorAgeFilesLines
* MDEV-14378 - Allow on to drop orphaned #sql- tablesMichael Widenius2017-11-171-17/+20
* Merge bb-10.2-ext into 10.3Marko Mäkelä2017-11-101-2/+18
|\
| * Merge remote-tracking branch 'origin/10.2' into bb-10.2-extMonty2017-11-091-2/+18
| |\
| | * Merge 10.1 into 10.2Marko Mäkelä2017-11-071-1/+14
| | |\
| | | * MDEV-12633 Error from valgrind related to dd_frm_typeMonty2017-11-021-1/+14
* | | | Enusure that my_global.h is included firstMichael Widenius2017-08-241-1/+1
|/ / /
* | | Make SEQUENCE working with replicationMonty2017-05-231-3/+6
* | | Changing field::field_name and Item::name to LEX_CSTRINGMonty2017-04-231-3/+9
* | | MDEV-10139 Support for SEQUENCE objectsMonty2017-04-071-11/+22
|/ /
* | Merge branch '10.1' into 10.2Sergei Golubchik2017-03-301-23/+27
|\ \ | |/
| * cleanup: change dd_frm_type() to return the engine name, not legacy_db_typeSergei Golubchik2017-03-101-23/+27
* | Fix several compile warnings on WindowsVladislav Vaintroub2017-03-101-1/+1
|/
* Merge branch '10.0' into bb-10.1-mergeSergei Golubchik2014-12-021-0/+1
|\
| * MDEV-5120 Test suite test maria-no-logging failsMichael Widenius2014-09-301-0/+1
* | MDEV-6107 merge default_tmp_storage_engineSergei Golubchik2014-06-151-1/+1
|/
* 5.5 merge and fixes for compiler/test errorsSergei Golubchik2013-09-181-10/+71
|\
| * fix an old bug where dd_frm_type() could incorrectly determine the table typeSergei Golubchik2013-08-281-5/+55
* | CREATE TABLE and frm-less discovering engines.Sergei Golubchik2013-04-091-1/+1
* | remove dd_frm_type(), dd_frm_storage_engine(), dd_check_storage_engine_flag()Sergei Golubchik2013-04-091-82/+0
* | cleanupsSergei Golubchik2013-04-091-8/+17
* | ha_create_table: remove unused argumentSergei Golubchik2013-04-091-1/+1
* | rename open_binary_frm() to TABLE_SHARE::init_from_binary_frm_image()Sergei Golubchik2013-04-091-3/+1
* | * don't use 1-8 numbers for open_table_error codes, use an enum.Sergei Golubchik2013-04-091-0/+5
|/
* Manual merge from mysql-5.5-bugfixing to mysql-5.5-runtime.Jon Olav Hauglid2010-08-181-21/+46
|\
| * Bug#49907: ALTER TABLE ... TRUNCATE PARTITION does not wait forMattias Jonsson2010-08-161-21/+46
* | A fix for Bug#41158 "DROP TABLE holds LOCK_open during unlink()". Konstantin Osipov2010-08-091-2/+0
|/
* manual merge from mysql-trunk-bugfixingJon Olav Hauglid2010-06-061-1/+1
* Bug#42643: InnoDB does not support replication of TRUNCATE TABLEDavi Arnaut2010-05-251-0/+161