summaryrefslogtreecommitdiff
path: root/sql/datadict.cc
Commit message (Expand)AuthorAgeFilesLines
* 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