mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +03:00
Made the result test of a test case platform independent
(correction for the previous patch).
This commit is contained in:
@ -2475,7 +2475,7 @@ INSERT INTO t2 VALUES
|
||||
(10,8,'v'), (11,8,'f'), (12,5,'v'), (13,8,'s'), (14,8,'a'),
|
||||
(15,6,'p'), (16,7,'z'), (17,2,'a'), (18,5,'h'), (19,7,'h'),
|
||||
(20,2,'v'), (21,9,'v'), (22,142,'b'), (23,3,'y'), (24,0,'v'),
|
||||
(25,3,'m'), (26,5,'z'), (27,9,'n'), (28,1,'d'), (29,107,'a');
|
||||
(25,3,'m'), (26,5,'b'), (27,9,'n'), (28,1,'d'), (29,107,'a');
|
||||
|
||||
CREATE TABLE t3 (
|
||||
pk int NOT NULL, i int NOT NULL, v varchar(1) NOT NULL,
|
||||
|
Reference in New Issue
Block a user