diff options
author | unknown <gluh@mysql.com/eagle.(none)> | 2007-06-08 18:17:51 +0500 |
---|---|---|
committer | unknown <gluh@mysql.com/eagle.(none)> | 2007-06-08 18:17:51 +0500 |
commit | 4c2f2ac5e7601d0f9b229b40005049861209c290 (patch) | |
tree | 2be168f60479ea9cdceac5acd07b133307433c8a /mysql-test/include/have_csv.inc | |
parent | a42a97774f0028699e0c26dcdee7f127d9e2fe87 (diff) | |
download | mariadb-git-4c2f2ac5e7601d0f9b229b40005049861209c290.tar.gz |
Bug#27684 undocumented difference between SHOW ENGINES and I_S.ENGINES
Changed SHOW ENGINES to work in the same way as I_S.ENGINES.
For this: removed the functions mysqld_show_storage_engines and show_handlerton, and
made SHOW ENGINES work via the common function iter_schema_engines.
There in no test case because an engine (except of MyISAM) may be not compiled or disabled
which may affect the test result.
sql/sql_parse.cc:
Changed SHOW ENGINES to work in the same way as I_S.ENGINES.
sql/sql_show.cc:
Changed SHOW ENGINES to work in the same way as I_S.ENGINES.
For this: removed the functions mysqld_show_storage_engines and show_handlerton, and
made SHOW ENGINES work via the common function iter_schema_engines.
Diffstat (limited to 'mysql-test/include/have_csv.inc')
0 files changed, 0 insertions, 0 deletions