mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Fix for the latest instability found within funcs_1: ndb_views
Bug#31237 Test "ndb_views" fails because of differing order of select results mysql-test/suite/funcs_1/r/innodb_views.result: Updated results mysql-test/suite/funcs_1/r/memory_views.result: Updated results mysql-test/suite/funcs_1/r/myisam_views.result: Updated results mysql-test/suite/funcs_1/r/ndb_views.result: Updated results mysql-test/suite/funcs_1/views/views_master.inc: Mangle the row numbers
This commit is contained in:
@ -24200,8 +24200,8 @@ f1 f2 f4 report
|
||||
2 NULL <-- 10 --> v1 2
|
||||
ALTER TABLE t1 CHANGE COLUMN f4 f4 CHAR(8);
|
||||
Warnings:
|
||||
Warning 1265 Data truncated for column 'f4' at row 4
|
||||
Warning 1265 Data truncated for column 'f4' at row 5
|
||||
Warning 1265 Data truncated for column 'f4' at row <some number>
|
||||
Warning 1265 Data truncated for column 'f4' at row <some number>
|
||||
INSERT INTO t1 SET f1 = 3, f4 = '<-- 10 -->', report = 't1 3';
|
||||
Warnings:
|
||||
Warning 1265 Data truncated for column 'f4' at row 1
|
||||
|
Reference in New Issue
Block a user