mirror of
https://github.com/MariaDB/server.git
synced 2025-12-24 11:21:21 +03:00
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;
This commit is contained in:
@@ -14,10 +14,10 @@
|
||||
along with this program; if not, write to the Free Software
|
||||
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */
|
||||
|
||||
#include "priv.h"
|
||||
|
||||
#include <my_global.h>
|
||||
#include <mysql_com.h>
|
||||
#include "priv.h"
|
||||
#include "portability.h"
|
||||
|
||||
#if defined(__ia64__) || defined(__ia64)
|
||||
/*
|
||||
@@ -43,9 +43,7 @@ bool linuxthreads;
|
||||
The following string must be less then 80 characters, as
|
||||
mysql_connection.cc relies on it
|
||||
*/
|
||||
const char mysqlmanager_version[] = "0.2-alpha";
|
||||
|
||||
const int mysqlmanager_version_length= sizeof(mysqlmanager_version) - 1;
|
||||
const LEX_STRING mysqlmanager_version= { C_STRING_WITH_SIZE("1.0-beta") };
|
||||
|
||||
const unsigned char protocol_version= PROTOCOL_VERSION;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user