mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
Merge branch '10.10' into 10.11
This commit is contained in:
@@ -55,7 +55,7 @@ INSERT INTO `t1` VALUES
|
||||
(2),
|
||||
(3);
|
||||
#MYSQL_DUMP --compact --as-of="1990-08-04 00:00' where 'abc" test 2>&1
|
||||
mysqldump: Incorrect DATETIME value: '1990-08-04 00:00' where 'abc'
|
||||
mariadb-dump: Incorrect DATETIME value: '1990-08-04 00:00' where 'abc'
|
||||
drop tables t1;
|
||||
#
|
||||
# MDEV-16029 mysqldump: dump and restore historical data
|
||||
@@ -110,9 +110,9 @@ CREATE TABLE `t2` (
|
||||
INSERT INTO `t2` (`x`, `row_start`, `row_end`) VALUES (1,'2010-10-10 10:10:10.101010','2011-11-11 11:11:11.111111'),
|
||||
(2,'2010-10-10 10:10:10.101010','2038-01-19 03:14:07.999999');
|
||||
/*!101100 SET system_versioning_insert_history=@old_system_versioning_insert_history */;
|
||||
mysqldump: --dump-history can't be used with --as-of.
|
||||
mysqldump: --dump-history can't be used with --replace.
|
||||
mysqldump: --xml can't be used with --dump-history.
|
||||
mariadb-dump: --dump-history can't be used with --as-of.
|
||||
mariadb-dump: --dump-history can't be used with --replace.
|
||||
mariadb-dump: --xml can't be used with --dump-history.
|
||||
# SQL dump with/without history
|
||||
## With history
|
||||
drop tables t1, t2;
|
||||
@@ -192,8 +192,8 @@ period for system_time (rs,re)) with system versioning engine=innodb;
|
||||
insert t1 (x) values (1);
|
||||
insert t1 (x) values (2);
|
||||
delete from t1 where x=1;
|
||||
mysqldump: Cannot use --dump-history for table `t1` with transaction-precise history
|
||||
mysqldump: Cannot use --dump-history for table `t1` with transaction-precise history
|
||||
mariadb-dump: Cannot use --dump-history for table `t1` with transaction-precise history
|
||||
mariadb-dump: Cannot use --dump-history for table `t1` with transaction-precise history
|
||||
/*!40101 SET @saved_cs_client = @@character_set_client */;
|
||||
/*!40101 SET character_set_client = utf8 */;
|
||||
CREATE TABLE `t1` (
|
||||
|
Reference in New Issue
Block a user