1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-01 03:47:19 +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
This commit is contained in:
mleich@five.local.lan
2008-05-05 19:49:17 +02:00
parent 5b7d37893a
commit 4fbcb69ef3
5 changed files with 11 additions and 8 deletions

View File

@ -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