diff options
author | monty@donna.mysql.com <> | 2001-02-17 19:04:33 +0200 |
---|---|---|
committer | monty@donna.mysql.com <> | 2001-02-17 19:04:33 +0200 |
commit | ece13efde985355d0eb1df8875eabe3fd75cf007 (patch) | |
tree | a90993e8e601e10bc825a635e85bda9a1d5ee5bd /sql/ha_myisammrg.h | |
parent | 6fd7fb49cb34e296884f4b5b7aa5f0efdf87e109 (diff) | |
download | mariadb-git-ece13efde985355d0eb1df8875eabe3fd75cf007.tar.gz |
Write UNION() for MERGE tables
Diffstat (limited to 'sql/ha_myisammrg.h')
-rw-r--r-- | sql/ha_myisammrg.h | 1 |
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); }; |