Skip to content

Commit

Permalink
MDEV-35921: s3.mysqldump fails in buildbot
Browse files Browse the repository at this point in the history
This is a fixup for MDEV-32250, introduced via
b24ecd7, the test case was not recorded
given the new mariadb-dump format.
  • Loading branch information
cvicentiu committed Jan 24, 2025
1 parent 89f5d28 commit b8fa8b9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions mysql-test/suite/s3/mysqldump.result
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,14 @@ CREATE TABLE `t1` (
PRIMARY KEY (`pk`)
) ENGINE=Aria DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_uca1400_ai_ci PAGE_CHECKSUM=1;
/*!40101 SET character_set_client = @saved_cs_client */;
set autocommit=0;
INSERT INTO `t1` VALUES
(1,1),
(2,2),
(3,3),
(4,4);
ALTER TABLE `t1` ENGINE=S3;
commit;
#####
# mysqldump with --copy-s3-tables=1 XML
###
Expand Down

0 comments on commit b8fa8b9

Please sign in to comment.