mirror of
https://github.com/MariaDB/server.git
synced 2025-09-06 19:08:06 +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:
@@ -212,7 +212,7 @@ CREATE TABLE servers ("
|
||||
c_s="$c_s Wrapper char(64) NOT NULL,"
|
||||
c_s="$c_s Owner char(64) NOT NULL,"
|
||||
c_s="$c_s PRIMARY KEY (Server_name))"
|
||||
c_s="$c_s comment='MySQL Foreign Servers table';"
|
||||
c_s="$c_s CHARACTER SET utf8 comment='MySQL Foreign Servers table';"
|
||||
|
||||
i_s="INSERT INTO servers VALUES
|
||||
('test','localhost','test','root','', 0,
|
||||
|
Reference in New Issue
Block a user