diff options
author | anozdrin@mysql.com <> | 2006-05-18 18:57:50 +0400 |
---|---|---|
committer | anozdrin@mysql.com <> | 2006-05-18 18:57:50 +0400 |
commit | c1113af15c2d2ebeea50487c94b3078855f48d6b (patch) | |
tree | 5a01e6e1e922c0816a9df2c5c09c95719d269269 /sql/spatial.h | |
parent | eee166d859a9cd88cdea49981e57299bd0165cec (diff) | |
download | mariadb-git-c1113af15c2d2ebeea50487c94b3078855f48d6b.tar.gz |
This is an implementation of two WL items:
- WL#3158: IM: Instance configuration extensions;
- WL#3159: IM: --bootstrap and --start-default-instance modes
The following new statements have been added:
- CREATE INSTANCE;
- DROP INSTANCE;
The behaviour of the following statements have been changed:
- SET;
- UNSET;
- FLUSH INSTANCES;
- SHOW INSTANCES;
- SHOW INSTANCE OPTIONS;
Diffstat (limited to 'sql/spatial.h')
-rw-r--r-- | sql/spatial.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/spatial.h b/sql/spatial.h index a6f74a1ada0..36949ff5014 100644 --- a/sql/spatial.h +++ b/sql/spatial.h @@ -200,7 +200,7 @@ public: class Class_info { public: - LEX_STRING_WITH_INIT m_name; + LEX_STRING m_name; int m_type_id; void (*m_create_func)(void *); Class_info(const char *name, int type_id, void(*create_func)(void *)); |