mirror of
https://github.com/MariaDB/server.git
synced 2025-09-02 09:41:40 +03:00
Merge 10.5 into 10.6
This commit is contained in:
@@ -81,4 +81,5 @@ CREATE TABLE t1(f1 INT) ENGINE=INNODB;
|
||||
INSERT INTO t1 VALUES(1);
|
||||
UPDATE (SELECT ((SELECT 1 FROM t1), 1) FROM t1 WHERE (SELECT 1 FROM t1)) x, (SELECT 1) AS d SET d.f1 = 1;
|
||||
ERROR 21000: Operand should contain 1 column(s)
|
||||
UPDATE (SELECT ((SELECT 1 FROM t1),1) = (1,1) FROM t1 WHERE (SELECT 1 FROM t1)) x, t1 AS d SET d.f1 = 1;
|
||||
DROP TABLE t1;
|
||||
|
@@ -4,7 +4,6 @@ dummy INSERT, the table should be empty
|
||||
dummy INSERT, the table should be empty
|
||||
ANALYZE TABLE test_innodb_stats;
|
||||
Table Op Msg_type Msg_text
|
||||
test.test_innodb_stats analyze status Engine-independent statistics collected
|
||||
test.test_innodb_stats analyze status OK
|
||||
SELECT
|
||||
stat_name,
|
||||
@@ -57,7 +56,6 @@ TRUNCATE TABLE test_innodb_stats;
|
||||
INSERT INTO test_innodb_stats (a) VALUES (1);
|
||||
ANALYZE TABLE test_innodb_stats;
|
||||
Table Op Msg_type Msg_text
|
||||
test.test_innodb_stats analyze status Engine-independent statistics collected
|
||||
test.test_innodb_stats analyze status OK
|
||||
SELECT
|
||||
stat_name,
|
||||
@@ -110,7 +108,6 @@ TRUNCATE TABLE test_innodb_stats;
|
||||
INSERT INTO test_innodb_stats (a) VALUES (1), (1);
|
||||
ANALYZE TABLE test_innodb_stats;
|
||||
Table Op Msg_type Msg_text
|
||||
test.test_innodb_stats analyze status Engine-independent statistics collected
|
||||
test.test_innodb_stats analyze status OK
|
||||
SELECT
|
||||
stat_name,
|
||||
@@ -163,7 +160,6 @@ TRUNCATE TABLE test_innodb_stats;
|
||||
INSERT INTO test_innodb_stats (a) VALUES (1), (1), (1);
|
||||
ANALYZE TABLE test_innodb_stats;
|
||||
Table Op Msg_type Msg_text
|
||||
test.test_innodb_stats analyze status Engine-independent statistics collected
|
||||
test.test_innodb_stats analyze status OK
|
||||
SELECT
|
||||
stat_name,
|
||||
@@ -216,7 +212,6 @@ TRUNCATE TABLE test_innodb_stats;
|
||||
INSERT INTO test_innodb_stats (a) VALUES (1), (1), (1), (1), (1), (1), (1), (1), (1), (1);
|
||||
ANALYZE TABLE test_innodb_stats;
|
||||
Table Op Msg_type Msg_text
|
||||
test.test_innodb_stats analyze status Engine-independent statistics collected
|
||||
test.test_innodb_stats analyze status OK
|
||||
SELECT
|
||||
stat_name,
|
||||
@@ -269,7 +264,6 @@ TRUNCATE TABLE test_innodb_stats;
|
||||
INSERT INTO test_innodb_stats (a) VALUES (1), (2);
|
||||
ANALYZE TABLE test_innodb_stats;
|
||||
Table Op Msg_type Msg_text
|
||||
test.test_innodb_stats analyze status Engine-independent statistics collected
|
||||
test.test_innodb_stats analyze status OK
|
||||
SELECT
|
||||
stat_name,
|
||||
@@ -322,7 +316,6 @@ TRUNCATE TABLE test_innodb_stats;
|
||||
INSERT INTO test_innodb_stats (a) VALUES (1), (1), (2);
|
||||
ANALYZE TABLE test_innodb_stats;
|
||||
Table Op Msg_type Msg_text
|
||||
test.test_innodb_stats analyze status Engine-independent statistics collected
|
||||
test.test_innodb_stats analyze status OK
|
||||
SELECT
|
||||
stat_name,
|
||||
@@ -375,7 +368,6 @@ TRUNCATE TABLE test_innodb_stats;
|
||||
INSERT INTO test_innodb_stats (a) VALUES (1), (2), (3);
|
||||
ANALYZE TABLE test_innodb_stats;
|
||||
Table Op Msg_type Msg_text
|
||||
test.test_innodb_stats analyze status Engine-independent statistics collected
|
||||
test.test_innodb_stats analyze status OK
|
||||
SELECT
|
||||
stat_name,
|
||||
@@ -428,7 +420,6 @@ TRUNCATE TABLE test_innodb_stats;
|
||||
INSERT INTO test_innodb_stats (a) VALUES (1), (1), (2), (3), (3);
|
||||
ANALYZE TABLE test_innodb_stats;
|
||||
Table Op Msg_type Msg_text
|
||||
test.test_innodb_stats analyze status Engine-independent statistics collected
|
||||
test.test_innodb_stats analyze status OK
|
||||
SELECT
|
||||
stat_name,
|
||||
@@ -481,7 +472,6 @@ TRUNCATE TABLE test_innodb_stats;
|
||||
INSERT INTO test_innodb_stats (a) VALUES (1), (2), (3), (4), (5), (1), (2), (3), (4), (5);
|
||||
ANALYZE TABLE test_innodb_stats;
|
||||
Table Op Msg_type Msg_text
|
||||
test.test_innodb_stats analyze status Engine-independent statistics collected
|
||||
test.test_innodb_stats analyze status OK
|
||||
SELECT
|
||||
stat_name,
|
||||
|
Reference in New Issue
Block a user