Commit e9d80027 authored by Daniel Black's avatar Daniel Black

MDEV-25152: mysqldump - test fix for s3.mysqldump

parent 4930209b
......@@ -23,7 +23,11 @@ CREATE TABLE `t1` (
PRIMARY KEY (`pk`)
) ENGINE=Aria DEFAULT CHARSET=latin1 PAGE_CHECKSUM=1;
/*!40101 SET character_set_client = @saved_cs_client */;
INSERT INTO `t1` VALUES (1,1),(2,2),(3,3),(4,4);
INSERT INTO `t1` VALUES
(1,1),
(2,2),
(3,3),
(4,4);
ATER TABLE `t1` ENGINE=S3;
#####
# mysqldump with --copy-s3-tables=1 XML
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment