mirror of
https://github.com/MariaDB/server.git
synced 2025-08-31 22:22:30 +03:00
WL #3031
* New result files due to new error message/error numbers * Fixed system_mysql_db tests to work with servers table * Added UTF8 charset to table defs
This commit is contained in:
@@ -125,7 +125,7 @@ CREATE TABLE servers (
|
||||
Wrapper char(64) NOT NULL DEFAULT '',
|
||||
Owner char(64) NOT NULL DEFAULT '',
|
||||
PRIMARY KEY (Server_name))
|
||||
comment='MySQL Foreign Servers table';
|
||||
CHARACTER SET utf8 comment='MySQL Foreign Servers table';
|
||||
|
||||
INSERT INTO servers VALUES ('test','localhost','test','root','', 0,'','mysql','root');
|
||||
|
||||
|
Reference in New Issue
Block a user