summaryrefslogtreecommitdiff
path: root/sql/datadict.cc
Commit message (Expand)AuthorAgeFilesLines
* Merge 10.1 into 10.2Marko Mäkelä2019-05-131-1/+1
|\
| * Merge branch '5.5' into 10.1Vicențiu Ciorbaru2019-05-111-1/+1
| |\
| | * Update FSF AddressVicențiu Ciorbaru2019-05-111-1/+1
* | | 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
* | | 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