mirror of
https://github.com/MariaDB/server.git
synced 2025-05-07 04:01:59 +03:00
Fixed errors found in buildbot
mysql-test/suite/funcs_1/r/innodb_func_view.result: Updated results mysql-test/suite/funcs_1/r/memory_func_view.result: Updated results mysql-test/suite/funcs_1/r/myisam_func_view.result: Updated results mysql-test/suite/pbxt/r/func_str.result: Updated error numbers mysql-test/suite/pbxt/r/type_newdecimal.result: Updated error numbers mysql-test/valgrind.supp: Added suppression for warning on Work (OpenSuse 11.3 64 bit)
This commit is contained in:
parent
4749f34bf0
commit
de44b51e15
@ -945,8 +945,8 @@ AaBbCcDdEeFfGgHhIiJjÄäÜüÖö 9999999999999999999999999999999999.999999999999
|
|||||||
0.000000000000000000000000000000 4
|
0.000000000000000000000000000000 4
|
||||||
-1.000000000000000000000000000000 5
|
-1.000000000000000000000000000000 5
|
||||||
Warnings:
|
Warnings:
|
||||||
Error 1657 Got overflow when converting '-9999999999999999999999999999999999.999999999999999999999999999999' to INT. Value truncated.
|
Error 1916 Got overflow when converting '-9999999999999999999999999999999999.999999999999999999999999999999' to INT. Value truncated.
|
||||||
Error 1657 Got overflow when converting '9999999999999999999999999999999999.999999999999999999999999999999' to INT. Value truncated.
|
Error 1916 Got overflow when converting '9999999999999999999999999999999999.999999999999999999999999999999' to INT. Value truncated.
|
||||||
SHOW CREATE VIEW v1;
|
SHOW CREATE VIEW v1;
|
||||||
View Create View character_set_client collation_connection
|
View Create View character_set_client collation_connection
|
||||||
v1 CREATE ALGORITHM=UNDEFINED DEFINER=`root`@`localhost` SQL SECURITY DEFINER VIEW `v1` AS select left('AaBbCcDdEeFfGgHhIiJjÄäÜüÖö',`t1_values`.`my_decimal`) AS `LEFT('AaBbCcDdEeFfGgHhIiJjÄäÜüÖö', my_decimal)`,`t1_values`.`my_decimal` AS `my_decimal`,`t1_values`.`id` AS `id` from `t1_values` latin1 latin1_swedish_ci
|
v1 CREATE ALGORITHM=UNDEFINED DEFINER=`root`@`localhost` SQL SECURITY DEFINER VIEW `v1` AS select left('AaBbCcDdEeFfGgHhIiJjÄäÜüÖö',`t1_values`.`my_decimal`) AS `LEFT('AaBbCcDdEeFfGgHhIiJjÄäÜüÖö', my_decimal)`,`t1_values`.`my_decimal` AS `my_decimal`,`t1_values`.`id` AS `id` from `t1_values` latin1 latin1_swedish_ci
|
||||||
@ -960,8 +960,8 @@ AaBbCcDdEeFfGgHhIiJjÄäÜüÖö 9999999999999999999999999999999999.999999999999
|
|||||||
0.000000000000000000000000000000 4
|
0.000000000000000000000000000000 4
|
||||||
-1.000000000000000000000000000000 5
|
-1.000000000000000000000000000000 5
|
||||||
Warnings:
|
Warnings:
|
||||||
Error 1657 Got overflow when converting '-9999999999999999999999999999999999.999999999999999999999999999999' to INT. Value truncated.
|
Error 1916 Got overflow when converting '-9999999999999999999999999999999999.999999999999999999999999999999' to INT. Value truncated.
|
||||||
Error 1657 Got overflow when converting '9999999999999999999999999999999999.999999999999999999999999999999' to INT. Value truncated.
|
Error 1916 Got overflow when converting '9999999999999999999999999999999999.999999999999999999999999999999' to INT. Value truncated.
|
||||||
DROP VIEW v1;
|
DROP VIEW v1;
|
||||||
|
|
||||||
|
|
||||||
@ -2595,9 +2595,9 @@ NULL NULL 1
|
|||||||
0 0.000000000000000000000000000000 4
|
0 0.000000000000000000000000000000 4
|
||||||
0 -1.000000000000000000000000000000 5
|
0 -1.000000000000000000000000000000 5
|
||||||
Warnings:
|
Warnings:
|
||||||
Error 1657 Got overflow when converting '-9999999999999999999999999999999999.999999999999999999999999999999' to UNSIGNED INT. Value truncated.
|
Error 1916 Got overflow when converting '-9999999999999999999999999999999999.999999999999999999999999999999' to UNSIGNED INT. Value truncated.
|
||||||
Error 1657 Got overflow when converting '9999999999999999999999999999999999.999999999999999999999999999999' to UNSIGNED INT. Value truncated.
|
Error 1916 Got overflow when converting '9999999999999999999999999999999999.999999999999999999999999999999' to UNSIGNED INT. Value truncated.
|
||||||
Error 1657 Got overflow when converting '-1.000000000000000000000000000000' to UNSIGNED INT. Value truncated.
|
Error 1916 Got overflow when converting '-1.000000000000000000000000000000' to UNSIGNED INT. Value truncated.
|
||||||
SHOW CREATE VIEW v1;
|
SHOW CREATE VIEW v1;
|
||||||
View Create View character_set_client collation_connection
|
View Create View character_set_client collation_connection
|
||||||
v1 CREATE ALGORITHM=UNDEFINED DEFINER=`root`@`localhost` SQL SECURITY DEFINER VIEW `v1` AS select cast(`t1_values`.`my_decimal` as unsigned) AS `CAST(my_decimal AS UNSIGNED INTEGER)`,`t1_values`.`my_decimal` AS `my_decimal`,`t1_values`.`id` AS `id` from `t1_values` latin1 latin1_swedish_ci
|
v1 CREATE ALGORITHM=UNDEFINED DEFINER=`root`@`localhost` SQL SECURITY DEFINER VIEW `v1` AS select cast(`t1_values`.`my_decimal` as unsigned) AS `CAST(my_decimal AS UNSIGNED INTEGER)`,`t1_values`.`my_decimal` AS `my_decimal`,`t1_values`.`id` AS `id` from `t1_values` latin1 latin1_swedish_ci
|
||||||
@ -2611,9 +2611,9 @@ NULL NULL 1
|
|||||||
0 0.000000000000000000000000000000 4
|
0 0.000000000000000000000000000000 4
|
||||||
0 -1.000000000000000000000000000000 5
|
0 -1.000000000000000000000000000000 5
|
||||||
Warnings:
|
Warnings:
|
||||||
Error 1657 Got overflow when converting '-9999999999999999999999999999999999.999999999999999999999999999999' to UNSIGNED INT. Value truncated.
|
Error 1916 Got overflow when converting '-9999999999999999999999999999999999.999999999999999999999999999999' to UNSIGNED INT. Value truncated.
|
||||||
Error 1657 Got overflow when converting '9999999999999999999999999999999999.999999999999999999999999999999' to UNSIGNED INT. Value truncated.
|
Error 1916 Got overflow when converting '9999999999999999999999999999999999.999999999999999999999999999999' to UNSIGNED INT. Value truncated.
|
||||||
Error 1657 Got overflow when converting '-1.000000000000000000000000000000' to UNSIGNED INT. Value truncated.
|
Error 1916 Got overflow when converting '-1.000000000000000000000000000000' to UNSIGNED INT. Value truncated.
|
||||||
DROP VIEW v1;
|
DROP VIEW v1;
|
||||||
|
|
||||||
|
|
||||||
@ -2969,8 +2969,8 @@ NULL NULL 1
|
|||||||
0 0.000000000000000000000000000000 4
|
0 0.000000000000000000000000000000 4
|
||||||
-1 -1.000000000000000000000000000000 5
|
-1 -1.000000000000000000000000000000 5
|
||||||
Warnings:
|
Warnings:
|
||||||
Error 1657 Got overflow when converting '-9999999999999999999999999999999999.999999999999999999999999999999' to INT. Value truncated.
|
Error 1916 Got overflow when converting '-9999999999999999999999999999999999.999999999999999999999999999999' to INT. Value truncated.
|
||||||
Error 1657 Got overflow when converting '9999999999999999999999999999999999.999999999999999999999999999999' to INT. Value truncated.
|
Error 1916 Got overflow when converting '9999999999999999999999999999999999.999999999999999999999999999999' to INT. Value truncated.
|
||||||
SHOW CREATE VIEW v1;
|
SHOW CREATE VIEW v1;
|
||||||
View Create View character_set_client collation_connection
|
View Create View character_set_client collation_connection
|
||||||
v1 CREATE ALGORITHM=UNDEFINED DEFINER=`root`@`localhost` SQL SECURITY DEFINER VIEW `v1` AS select cast(`t1_values`.`my_decimal` as signed) AS `CAST(my_decimal AS SIGNED INTEGER)`,`t1_values`.`my_decimal` AS `my_decimal`,`t1_values`.`id` AS `id` from `t1_values` latin1 latin1_swedish_ci
|
v1 CREATE ALGORITHM=UNDEFINED DEFINER=`root`@`localhost` SQL SECURITY DEFINER VIEW `v1` AS select cast(`t1_values`.`my_decimal` as signed) AS `CAST(my_decimal AS SIGNED INTEGER)`,`t1_values`.`my_decimal` AS `my_decimal`,`t1_values`.`id` AS `id` from `t1_values` latin1 latin1_swedish_ci
|
||||||
@ -2984,8 +2984,8 @@ NULL NULL 1
|
|||||||
0 0.000000000000000000000000000000 4
|
0 0.000000000000000000000000000000 4
|
||||||
-1 -1.000000000000000000000000000000 5
|
-1 -1.000000000000000000000000000000 5
|
||||||
Warnings:
|
Warnings:
|
||||||
Error 1657 Got overflow when converting '-9999999999999999999999999999999999.999999999999999999999999999999' to INT. Value truncated.
|
Error 1916 Got overflow when converting '-9999999999999999999999999999999999.999999999999999999999999999999' to INT. Value truncated.
|
||||||
Error 1657 Got overflow when converting '9999999999999999999999999999999999.999999999999999999999999999999' to INT. Value truncated.
|
Error 1916 Got overflow when converting '9999999999999999999999999999999999.999999999999999999999999999999' to INT. Value truncated.
|
||||||
DROP VIEW v1;
|
DROP VIEW v1;
|
||||||
|
|
||||||
|
|
||||||
@ -3296,9 +3296,9 @@ NULL NULL 1
|
|||||||
-1.00 -1 5
|
-1.00 -1 5
|
||||||
-3333.33 -3333.3333 30
|
-3333.33 -3333.3333 30
|
||||||
Warnings:
|
Warnings:
|
||||||
Error 1657 Got overflow when converting '' to DECIMAL. Value truncated.
|
Error 1916 Got overflow when converting '' to DECIMAL. Value truncated.
|
||||||
Error 1264 Out of range value for column 'CAST(my_double AS DECIMAL(37,2))' at row 1
|
Error 1264 Out of range value for column 'CAST(my_double AS DECIMAL(37,2))' at row 1
|
||||||
Error 1657 Got overflow when converting '' to DECIMAL. Value truncated.
|
Error 1916 Got overflow when converting '' to DECIMAL. Value truncated.
|
||||||
Error 1264 Out of range value for column 'CAST(my_double AS DECIMAL(37,2))' at row 1
|
Error 1264 Out of range value for column 'CAST(my_double AS DECIMAL(37,2))' at row 1
|
||||||
SHOW CREATE VIEW v1;
|
SHOW CREATE VIEW v1;
|
||||||
View Create View character_set_client collation_connection
|
View Create View character_set_client collation_connection
|
||||||
@ -3314,9 +3314,9 @@ NULL NULL 1
|
|||||||
-1.00 -1 5
|
-1.00 -1 5
|
||||||
-3333.33 -3333.3333 30
|
-3333.33 -3333.3333 30
|
||||||
Warnings:
|
Warnings:
|
||||||
Error 1657 Got overflow when converting '' to DECIMAL. Value truncated.
|
Error 1916 Got overflow when converting '' to DECIMAL. Value truncated.
|
||||||
Error 1264 Out of range value for column 'CAST(my_double AS DECIMAL(37,2))' at row 1
|
Error 1264 Out of range value for column 'CAST(my_double AS DECIMAL(37,2))' at row 1
|
||||||
Error 1657 Got overflow when converting '' to DECIMAL. Value truncated.
|
Error 1916 Got overflow when converting '' to DECIMAL. Value truncated.
|
||||||
Error 1264 Out of range value for column 'CAST(my_double AS DECIMAL(37,2))' at row 1
|
Error 1264 Out of range value for column 'CAST(my_double AS DECIMAL(37,2))' at row 1
|
||||||
DROP VIEW v1;
|
DROP VIEW v1;
|
||||||
|
|
||||||
@ -3386,9 +3386,9 @@ NULL NULL 1
|
|||||||
-1.00 -1 5
|
-1.00 -1 5
|
||||||
-3333.33 -3333.3333 29
|
-3333.33 -3333.3333 29
|
||||||
Warnings:
|
Warnings:
|
||||||
Error 1659 Encountered illegal value '' when converting to DECIMAL
|
Error 1918 Encountered illegal value '' when converting to DECIMAL
|
||||||
Error 1659 Encountered illegal value '' when converting to DECIMAL
|
Error 1918 Encountered illegal value '' when converting to DECIMAL
|
||||||
Error 1659 Encountered illegal value '' when converting to DECIMAL
|
Error 1918 Encountered illegal value '' when converting to DECIMAL
|
||||||
SHOW CREATE VIEW v1;
|
SHOW CREATE VIEW v1;
|
||||||
View Create View character_set_client collation_connection
|
View Create View character_set_client collation_connection
|
||||||
v1 CREATE ALGORITHM=UNDEFINED DEFINER=`root`@`localhost` SQL SECURITY DEFINER VIEW `v1` AS select cast(`t1_values`.`my_varbinary_1000` as decimal(37,2)) AS `CAST(my_varbinary_1000 AS DECIMAL(37,2))`,`t1_values`.`my_varbinary_1000` AS `my_varbinary_1000`,`t1_values`.`id` AS `id` from `t1_values` latin1 latin1_swedish_ci
|
v1 CREATE ALGORITHM=UNDEFINED DEFINER=`root`@`localhost` SQL SECURITY DEFINER VIEW `v1` AS select cast(`t1_values`.`my_varbinary_1000` as decimal(37,2)) AS `CAST(my_varbinary_1000 AS DECIMAL(37,2))`,`t1_values`.`my_varbinary_1000` AS `my_varbinary_1000`,`t1_values`.`id` AS `id` from `t1_values` latin1 latin1_swedish_ci
|
||||||
@ -3403,9 +3403,9 @@ NULL NULL 1
|
|||||||
-1.00 -1 5
|
-1.00 -1 5
|
||||||
-3333.33 -3333.3333 29
|
-3333.33 -3333.3333 29
|
||||||
Warnings:
|
Warnings:
|
||||||
Error 1659 Encountered illegal value '' when converting to DECIMAL
|
Error 1918 Encountered illegal value '' when converting to DECIMAL
|
||||||
Error 1659 Encountered illegal value '' when converting to DECIMAL
|
Error 1918 Encountered illegal value '' when converting to DECIMAL
|
||||||
Error 1659 Encountered illegal value '' when converting to DECIMAL
|
Error 1918 Encountered illegal value '' when converting to DECIMAL
|
||||||
DROP VIEW v1;
|
DROP VIEW v1;
|
||||||
|
|
||||||
|
|
||||||
@ -3422,11 +3422,11 @@ NULL NULL 1
|
|||||||
-1.00 -1 5
|
-1.00 -1 5
|
||||||
-3333.33 -3333.3333 28
|
-3333.33 -3333.3333 28
|
||||||
Warnings:
|
Warnings:
|
||||||
Error 1659 Encountered illegal value '' when converting to DECIMAL
|
Error 1918 Encountered illegal value '' when converting to DECIMAL
|
||||||
Warning 1292 Truncated incorrect DECIMAL value: ''
|
Warning 1292 Truncated incorrect DECIMAL value: ''
|
||||||
Error 1659 Encountered illegal value '' when converting to DECIMAL
|
Error 1918 Encountered illegal value '' when converting to DECIMAL
|
||||||
Warning 1292 Truncated incorrect DECIMAL value: '<--------30 characters------->'
|
Warning 1292 Truncated incorrect DECIMAL value: '<--------30 characters------->'
|
||||||
Error 1659 Encountered illegal value '' when converting to DECIMAL
|
Error 1918 Encountered illegal value '' when converting to DECIMAL
|
||||||
Warning 1292 Truncated incorrect DECIMAL value: ' ---äÖüß@µ*$-- '
|
Warning 1292 Truncated incorrect DECIMAL value: ' ---äÖüß@µ*$-- '
|
||||||
Warning 1292 Truncated incorrect DECIMAL value: '-1'
|
Warning 1292 Truncated incorrect DECIMAL value: '-1'
|
||||||
Warning 1292 Truncated incorrect DECIMAL value: '-3333.3333'
|
Warning 1292 Truncated incorrect DECIMAL value: '-3333.3333'
|
||||||
@ -3444,11 +3444,11 @@ NULL NULL 1
|
|||||||
-1.00 -1 |