summaryrefslogtreecommitdiff
path: root/sql/ha_myisammrg.h
diff options
context:
space:
mode:
authorunknown <monty@donna.mysql.com>2001-02-17 19:04:33 +0200
committerunknown <monty@donna.mysql.com>2001-02-17 19:04:33 +0200
commit456102115c2f70982e600e40e34a10afde72c703 (patch)
treea90993e8e601e10bc825a635e85bda9a1d5ee5bd /sql/ha_myisammrg.h
parentd83e79ce76d77cfdf2b5589e053df988b90f17d7 (diff)
downloadmariadb-git-456102115c2f70982e600e40e34a10afde72c703.tar.gz
Write UNION() for MERGE tables
Docs/manual.texi: Clearify when logging is done myisam/myisamchk.c: Better error message mysql-test/r/merge.result: Added test for SHOW CREATE on MERGE table scripts/safe_mysqld.sh: Search by default in database directory sql/ha_myisammrg.h: Add UNION() to SHOW CREATE TABLE sql/sql_update.cc: removed compiler warning
Diffstat (limited to 'sql/ha_myisammrg.h')
-rw-r--r--sql/ha_myisammrg.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/ha_myisammrg.h b/sql/ha_myisammrg.h
index f8383ce7c10..4b43ea0eab3 100644
--- a/sql/ha_myisammrg.h
+++ b/sql/ha_myisammrg.h
@@ -72,4 +72,5 @@ class ha_myisammrg: public handler
int create(const char *name, TABLE *form, HA_CREATE_INFO *create_info);
THR_LOCK_DATA **store_lock(THD *thd, THR_LOCK_DATA **to,
enum thr_lock_type lock_type);
+ void append_create_info(String *packet);
};