mirror of
https://github.com/MariaDB/server.git
synced 2026-05-10 17:14:30 +02:00
Merge 10.2 into 10.3
This commit is contained in:
commit
349560d5d5
41 changed files with 483 additions and 427 deletions
|
|
@ -10,8 +10,8 @@
|
|||
-INSERT INTO t1 (a) VALUES (1),(2);
|
||||
-INSERT INTO t1 (a,b) VALUES (3,3),(4,4);
|
||||
-Warnings:
|
||||
-Warning 1906 The value specified for generated column 'b' in table 't1' ignored
|
||||
-Warning 1906 The value specified for generated column 'b' in table 't1' ignored
|
||||
-Warning 1906 The value specified for generated column 'b' in table 't1' has been ignored
|
||||
-Warning 1906 The value specified for generated column 'b' in table 't1' has been ignored
|
||||
-SELECT a,b FROM t1;
|
||||
-a b
|
||||
-1 2
|
||||
|
|
@ -27,8 +27,8 @@
|
|||
-INSERT INTO t1 (a) VALUES (1),(2);
|
||||
-INSERT INTO t1 (a,b) VALUES (3,3),(4,4);
|
||||
-Warnings:
|
||||
-Warning 1906 The value specified for generated column 'b' in table 't1' ignored
|
||||
-Warning 1906 The value specified for generated column 'b' in table 't1' ignored
|
||||
-Warning 1906 The value specified for generated column 'b' in table 't1' has been ignored
|
||||
-Warning 1906 The value specified for generated column 'b' in table 't1' has been ignored
|
||||
-SELECT a,b FROM t1;
|
||||
-a b
|
||||
-1 2
|
||||
|
|
@ -44,8 +44,8 @@
|
|||
-INSERT INTO t1 (a) VALUES (1),(2);
|
||||
-INSERT INTO t1 (a,b) VALUES (3,3),(4,4);
|
||||
-Warnings:
|
||||
-Warning 1906 The value specified for generated column 'b' in table 't1' ignored
|
||||
-Warning 1906 The value specified for generated column 'b' in table 't1' ignored
|
||||
-Warning 1906 The value specified for generated column 'b' in table 't1' has been ignored
|
||||
-Warning 1906 The value specified for generated column 'b' in table 't1' has been ignored
|
||||
-SELECT a,b FROM t1;
|
||||
-a b
|
||||
-1 2
|
||||
|
|
@ -61,8 +61,8 @@
|
|||
-INSERT INTO t1 (a) VALUES (1),(2);
|
||||
-INSERT INTO t1 (a,b) VALUES (3,3),(4,4);
|
||||
-Warnings:
|
||||
-Warning 1906 The value specified for generated column 'b' in table 't1' ignored
|
||||
-Warning 1906 The value specified for generated column 'b' in table 't1' ignored
|
||||
-Warning 1906 The value specified for generated column 'b' in table 't1' has been ignored
|
||||
-Warning 1906 The value specified for generated column 'b' in table 't1' has been ignored
|
||||
-SELECT a,b FROM t1;
|
||||
-a b
|
||||
-1 2
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue