summaryrefslogtreecommitdiff
path: root/sql/ha_isam.h
diff options
context:
space:
mode:
authormonty@mashka.mysql.fi <>2003-05-13 11:15:11 +0300
committermonty@mashka.mysql.fi <>2003-05-13 11:15:11 +0300
commit60dfb25be3806eefb26504fdf17a0ba1fcb11673 (patch)
tree69892a7f220c327725015304f7314967001536d6 /sql/ha_isam.h
parent091d6f3b731d94128d3f35942126a29e2cadae49 (diff)
downloadmariadb-git-60dfb25be3806eefb26504fdf17a0ba1fcb11673.tar.gz
Give warning if MySQL doesn't honor given storage engine
Allow syntax CREATE TABLE t1 (LIKE t2)
Diffstat (limited to 'sql/ha_isam.h')
-rw-r--r--sql/ha_isam.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/ha_isam.h b/sql/ha_isam.h
index 82a243ef5c0..3cea79da3ea 100644
--- a/sql/ha_isam.h
+++ b/sql/ha_isam.h
@@ -81,3 +81,5 @@ class ha_isam: public handler
THR_LOCK_DATA **store_lock(THD *thd, THR_LOCK_DATA **to,
enum thr_lock_type lock_type);
};
+
+extern bool isam_skip;