mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
Merge tag '11.4' into 11.6
MariaDB 11.4.4 release
This commit is contained in:
@@ -6,11 +6,11 @@ CREATE TABLE `sv_basic` (
|
||||
PRIMARY KEY (`a`)
|
||||
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci WITH SYSTEM VERSIONING;
|
||||
/*!40101 SET character_set_client = @saved_cs_client */;
|
||||
/*!101100 SET @old_system_versioning_insert_history=@@session.system_versioning_insert_history, @@session.system_versioning_insert_history=1 */;
|
||||
/*M!101100 SET @old_system_versioning_insert_history=@@session.system_versioning_insert_history, @@session.system_versioning_insert_history=1 */;
|
||||
INSERT INTO `sv_basic` (`a`, row_start, row_end) VALUES (1,'2023-12-19 14:23:22.304434','2038-01-19 03:14:07.999999'),
|
||||
(2,'2023-12-19 14:23:22.304434','2023-12-19 14:23:22.305292'),
|
||||
(3,'2023-12-19 14:23:22.304434','2038-01-19 03:14:07.999999');
|
||||
/*!101100 SET system_versioning_insert_history=@old_system_versioning_insert_history */;
|
||||
/*M!101100 SET system_versioning_insert_history=@old_system_versioning_insert_history */;
|
||||
/*!40101 SET @saved_cs_client = @@character_set_client */;
|
||||
/*!40101 SET character_set_client = utf8 */;
|
||||
CREATE TABLE `sv_explicit` (
|
||||
@@ -20,12 +20,12 @@ CREATE TABLE `sv_explicit` (
|
||||
PERIOD FOR SYSTEM_TIME (`row_foo_start`, `row_foo_end`)
|
||||
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci WITH SYSTEM VERSIONING;
|
||||
/*!40101 SET character_set_client = @saved_cs_client */;
|
||||
/*!101100 SET @old_system_versioning_insert_history=@@session.system_versioning_insert_history, @@session.system_versioning_insert_history=1 */;
|
||||
/*M!101100 SET @old_system_versioning_insert_history=@@session.system_versioning_insert_history, @@session.system_versioning_insert_history=1 */;
|
||||
INSERT INTO `sv_explicit` VALUES
|
||||
(1,'2023-12-19 14:23:22.358302','2038-01-19 03:14:07.999999'),
|
||||
(2,'2023-12-19 14:23:22.358302','2023-12-19 14:23:22.359113'),
|
||||
(3,'2023-12-19 14:23:22.358302','2038-01-19 03:14:07.999999');
|
||||
/*!101100 SET system_versioning_insert_history=@old_system_versioning_insert_history */;
|
||||
/*M!101100 SET system_versioning_insert_history=@old_system_versioning_insert_history */;
|
||||
/*!40101 SET @saved_cs_client = @@character_set_client */;
|
||||
/*!40101 SET character_set_client = utf8 */;
|
||||
CREATE TABLE `sv_partition` (
|
||||
@@ -36,11 +36,11 @@ CREATE TABLE `sv_partition` (
|
||||
(PARTITION `p_hist` HISTORY ENGINE = MyISAM,
|
||||
PARTITION `p_cur` CURRENT ENGINE = MyISAM);
|
||||
/*!40101 SET character_set_client = @saved_cs_client */;
|
||||
/*!101100 SET @old_system_versioning_insert_history=@@session.system_versioning_insert_history, @@session.system_versioning_insert_history=1 */;
|
||||
/*M!101100 SET @old_system_versioning_insert_history=@@session.system_versioning_insert_history, @@session.system_versioning_insert_history=1 */;
|
||||
INSERT INTO `sv_partition` (`a`, row_start, row_end) VALUES (2,'2023-12-19 14:23:22.331143','2023-12-19 14:23:22.332359'),
|
||||
(1,'2023-12-19 14:23:22.331143','2038-01-19 03:14:07.999999'),
|
||||
(3,'2023-12-19 14:23:22.331143','2038-01-19 03:14:07.999999');
|
||||
/*!101100 SET system_versioning_insert_history=@old_system_versioning_insert_history */;
|
||||
/*M!101100 SET system_versioning_insert_history=@old_system_versioning_insert_history */;
|
||||
/*M!999999\- enable the sandbox mode */
|
||||
/*!40101 SET @saved_cs_client = @@character_set_client */;
|
||||
/*!40101 SET character_set_client = utf8 */;
|
||||
@@ -49,11 +49,11 @@ CREATE TABLE `sv_basic` (
|
||||
PRIMARY KEY (`a`)
|
||||
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci WITH SYSTEM VERSIONING;
|
||||
/*!40101 SET character_set_client = @saved_cs_client */;
|
||||
/*!101100 SET @old_system_versioning_insert_history=@@session.system_versioning_insert_history, @@session.system_versioning_insert_history=1 */;
|
||||
/*M!101100 SET @old_system_versioning_insert_history=@@session.system_versioning_insert_history, @@session.system_versioning_insert_history=1 */;
|
||||
INSERT INTO `sv_basic` (`a`, row_start, row_end) VALUES (1,'2023-12-19 14:23:22.304434','2106-02-07 06:28:15.999999'),
|
||||
(2,'2023-12-19 14:23:22.304434','2023-12-19 14:23:22.305292'),
|
||||
(3,'2023-12-19 14:23:22.304434','2106-02-07 06:28:15.999999');
|
||||
/*!101100 SET system_versioning_insert_history=@old_system_versioning_insert_history */;
|
||||
/*M!101100 SET system_versioning_insert_history=@old_system_versioning_insert_history */;
|
||||
/*!40101 SET @saved_cs_client = @@character_set_client */;
|
||||
/*!40101 SET character_set_client = utf8 */;
|
||||
CREATE TABLE `sv_explicit` (
|
||||
@@ -63,12 +63,12 @@ CREATE TABLE `sv_explicit` (
|
||||
PERIOD FOR SYSTEM_TIME (`row_foo_start`, `row_foo_end`)
|
||||
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci WITH SYSTEM VERSIONING;
|
||||
/*!40101 SET character_set_client = @saved_cs_client */;
|
||||
/*!101100 SET @old_system_versioning_insert_history=@@session.system_versioning_insert_history, @@session.system_versioning_insert_history=1 */;
|
||||
/*M!101100 SET @old_system_versioning_insert_history=@@session.system_versioning_insert_history, @@session.system_versioning_insert_history=1 */;
|
||||
INSERT INTO `sv_explicit` VALUES
|
||||
(1,'2023-12-19 14:23:22.358302','2106-02-07 06:28:15.999999'),
|
||||
(2,'2023-12-19 14:23:22.358302','2023-12-19 14:23:22.359113'),
|
||||
(3,'2023-12-19 14:23:22.358302','2106-02-07 06:28:15.999999');
|
||||
/*!101100 SET system_versioning_insert_history=@old_system_versioning_insert_history */;
|
||||
/*M!101100 SET system_versioning_insert_history=@old_system_versioning_insert_history */;
|
||||
/*!40101 SET @saved_cs_client = @@character_set_client */;
|
||||
/*!40101 SET character_set_client = utf8 */;
|
||||
CREATE TABLE `sv_partition` (
|
||||
@@ -79,11 +79,11 @@ CREATE TABLE `sv_partition` (
|
||||
(PARTITION `p_hist` HISTORY ENGINE = MyISAM,
|
||||
PARTITION `p_cur` CURRENT ENGINE = MyISAM);
|
||||
/*!40101 SET character_set_client = @saved_cs_client */;
|
||||
/*!101100 SET @old_system_versioning_insert_history=@@session.system_versioning_insert_history, @@session.system_versioning_insert_history=1 */;
|
||||
/*M!101100 SET @old_system_versioning_insert_history=@@session.system_versioning_insert_history, @@session.system_versioning_insert_history=1 */;
|
||||
INSERT INTO `sv_partition` (`a`, row_start, row_end) VALUES (2,'2023-12-19 14:23:22.331143','2023-12-19 14:23:22.332359'),
|
||||
(1,'2023-12-19 14:23:22.331143','2106-02-07 06:28:15.999999'),
|
||||
(3,'2023-12-19 14:23:22.331143','2106-02-07 06:28:15.999999');
|
||||
/*!101100 SET system_versioning_insert_history=@old_system_versioning_insert_history */;
|
||||
/*M!101100 SET system_versioning_insert_history=@old_system_versioning_insert_history */;
|
||||
test.sv_basic Needs upgrade with ALTER TABLE FORCE
|
||||
test.sv_explicit Needs upgrade with ALTER TABLE FORCE
|
||||
test.sv_partition Needs upgrade with ALTER TABLE FORCE
|
||||
|
Reference in New Issue
Block a user