mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
Merge branch '10.11' into 11.0
This commit is contained in:
@@ -10,6 +10,7 @@ set timestamp=unix_timestamp('1991-01-02 00:00');
|
||||
delete from t1 where x=2;
|
||||
set timestamp=default;
|
||||
#MYSQL_DUMP --compact test
|
||||
/*!999999\- enable the sandbox mode */
|
||||
/*!40101 SET @saved_cs_client = @@character_set_client */;
|
||||
/*!40101 SET character_set_client = utf8 */;
|
||||
CREATE TABLE `t1` (
|
||||
@@ -19,6 +20,7 @@ CREATE TABLE `t1` (
|
||||
INSERT INTO `t1` VALUES
|
||||
(3);
|
||||
#MYSQL_DUMP --compact --as-of="1990-01-02 00:00" test
|
||||
/*!999999\- enable the sandbox mode */
|
||||
/*!40101 SET @saved_cs_client = @@character_set_client */;
|
||||
/*!40101 SET character_set_client = utf8 */;
|
||||
CREATE TABLE `t1` (
|
||||
@@ -30,6 +32,7 @@ INSERT INTO `t1` VALUES
|
||||
(2),
|
||||
(3);
|
||||
#MYSQL_DUMP --compact --as-of="1990-08-02 00:00" --databases test
|
||||
/*!999999\- enable the sandbox mode */
|
||||
|
||||
CREATE DATABASE /*!32312 IF NOT EXISTS*/ `test` /*!40100 DEFAULT CHARACTER SET latin1 COLLATE latin1_swedish_ci */;
|
||||
|
||||
@@ -45,6 +48,7 @@ INSERT INTO `t1` VALUES
|
||||
(2),
|
||||
(3);
|
||||
#MYSQL_DUMP --compact --as-of="1990-08-04 00:00" test t1
|
||||
/*!999999\- enable the sandbox mode */
|
||||
/*!40101 SET @saved_cs_client = @@character_set_client */;
|
||||
/*!40101 SET character_set_client = utf8 */;
|
||||
CREATE TABLE `t1` (
|
||||
@@ -87,6 +91,7 @@ select x, check_fields(x, row_start, row_end) from t2 for system_time all order
|
||||
x check_fields(x, row_start, row_end)
|
||||
1 [CORRECT]
|
||||
2 [CORRECT]
|
||||
/*!999999\- enable the sandbox mode */
|
||||
/*!40101 SET @saved_cs_client = @@character_set_client */;
|
||||
/*!40101 SET character_set_client = utf8 */;
|
||||
CREATE TABLE `t1` (
|
||||
@@ -194,6 +199,7 @@ insert t1 (x) values (2);
|
||||
delete from t1 where x=1;
|
||||
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
|
||||
/*!999999\- enable the sandbox mode */
|
||||
/*!40101 SET @saved_cs_client = @@character_set_client */;
|
||||
/*!40101 SET character_set_client = utf8 */;
|
||||
CREATE TABLE `t1` (
|
||||
|
Reference in New Issue
Block a user