mirror of
https://github.com/MariaDB/server.git
synced 2025-08-31 22:22:30 +03:00
post-merge
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
DROP TABLE IF EXISTS t1, `"t"1`;
|
||||
drop database if exists mysqldump_test_db;
|
||||
CREATE TABLE t1(a int);
|
||||
INSERT INTO t1 VALUES (1), (2);
|
||||
<?xml version="1.0"?>
|
||||
@@ -387,7 +388,6 @@ USE `test`;
|
||||
/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
|
||||
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
|
||||
|
||||
drop database mysqldump_test_db;
|
||||
create database mysqldump_test_db character set latin2 collate latin2_bin;
|
||||
|
||||
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
|
||||
@@ -549,4 +549,3 @@ UNLOCK TABLES;
|
||||
|
||||
DROP TABLE t1;
|
||||
DROP TABLE t2;
|
||||
drop database mysqldump_test_db;
|
||||
|
Reference in New Issue
Block a user