Browse Source
Updates to test/result files of funcs_1 to 5.0.40 level,
Updates to test/result files of funcs_1 to 5.0.40 level,
- validated current result files
- forced order by and removed time stamps
removed a_version files (since do not make sense now when suite is in the main tree)
Note: datadict tests still fail as a result of regression bug 28181 in 5.0.42 (discovered
while performing this update) - tests should run clean once bug is fixed
pull/73/head
22 changed files with 2508 additions and 2577 deletions
-
3mysql-test/suite/funcs_1/datadict/datadict_load.inc
-
55mysql-test/suite/funcs_1/datadict/datadict_master.inc
-
2mysql-test/suite/funcs_1/datadict/datadict_show_schema.inc
-
11mysql-test/suite/funcs_1/r/a_version_check.result
-
1611mysql-test/suite/funcs_1/r/innodb__datadict.result
-
12mysql-test/suite/funcs_1/r/innodb_func_view.result
-
5mysql-test/suite/funcs_1/r/innodb_trig_08.result
-
27mysql-test/suite/funcs_1/r/innodb_views.result
-
2mysql-test/suite/funcs_1/r/innodb_views.warnings
-
1611mysql-test/suite/funcs_1/r/memory__datadict.result
-
12mysql-test/suite/funcs_1/r/memory_func_view.result
-
5mysql-test/suite/funcs_1/r/memory_trig_08.result
-
27mysql-test/suite/funcs_1/r/memory_views.result
-
2mysql-test/suite/funcs_1/r/memory_views.warnings
-
1611mysql-test/suite/funcs_1/r/myisam__datadict.result
-
12mysql-test/suite/funcs_1/r/myisam_func_view.result
-
5mysql-test/suite/funcs_1/r/myisam_trig_08.result
-
27mysql-test/suite/funcs_1/r/myisam_views.result
-
2mysql-test/suite/funcs_1/r/myisam_views.warnings
-
29mysql-test/suite/funcs_1/t/a_version_check.test
-
6mysql-test/suite/funcs_1/t/disabled.def
-
8mysql-test/suite/funcs_1/views/views_master.inc
@ -1,11 +0,0 @@ |
|||
|
|||
. Just show the version string for which the results in suite |
|||
. funcs_1 have been checked. |
|||
. |
|||
. I know that the .result file of this check needs to |
|||
. updated with each new version --- THIS IS INTENDED! |
|||
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
|||
|
|||
funcs_1 checked with version: 5.0.36 |
|||
Warnings: |
|||
Warning 1466 Leading spaces are removed from name ' ' |
|||
1611
mysql-test/suite/funcs_1/r/innodb__datadict.result
File diff suppressed because it is too large
View File
File diff suppressed because it is too large
View File
@ -1,2 +0,0 @@ |
|||
mysqltest: Warning detected in included file ./suite/funcs_1/views/views_master.inc at line 3039: Suspicious command '--eror 1116' detected, was this intentional? Use # instead of -- to avoid this warning |
|||
mysqltest: Warning detected in included file ./suite/funcs_1/views/views_master.inc at line 3050: Suspicious command '--eror 1116' detected, was this intentional? Use # instead of -- to avoid this warning |
|||
1611
mysql-test/suite/funcs_1/r/memory__datadict.result
File diff suppressed because it is too large
View File
File diff suppressed because it is too large
View File
@ -1,2 +0,0 @@ |
|||
mysqltest: Warning detected in included file ./suite/funcs_1/views/views_master.inc at line 3039: Suspicious command '--eror 1116' detected, was this intentional? Use # instead of -- to avoid this warning |
|||
mysqltest: Warning detected in included file ./suite/funcs_1/views/views_master.inc at line 3050: Suspicious command '--eror 1116' detected, was this intentional? Use # instead of -- to avoid this warning |
|||
1611
mysql-test/suite/funcs_1/r/myisam__datadict.result
File diff suppressed because it is too large
View File
File diff suppressed because it is too large
View File
@ -1,2 +0,0 @@ |
|||
mysqltest: Warning detected in included file ./suite/funcs_1/views/views_master.inc at line 3039: Suspicious command '--eror 1116' detected, was this intentional? Use # instead of -- to avoid this warning |
|||
mysqltest: Warning detected in included file ./suite/funcs_1/views/views_master.inc at line 3050: Suspicious command '--eror 1116' detected, was this intentional? Use # instead of -- to avoid this warning |
|||
@ -1,29 +0,0 @@ |
|||
#### suite/funcs_1/t/a_version_check.test |
|||
# |
|||
# just a simple check of the version to be sure the correct server version is |
|||
# checked against the funcs_1 tests. |
|||
|
|||
# just show machine and version to be sure we are testing the correct files |
|||
# |
|||
let $message= . Just show the version string for which the results in suite |
|||
. funcs_1 have been checked. |
|||
. |
|||
. I know that the .result file of this check needs to |
|||
. updated with each new version --- THIS IS INTENDED!; |
|||
--source include/show_msg.inc |
|||
|
|||
--disable_query_log |
|||
SELECT CONCAT('funcs_1 checked with version: ', SUBSTR(version(), 1, 6 ) ) AS " "; |
|||
#SELECT CONCAT('aa = ', 'bb'); |
|||
#SELECT CONCAT('aa = ', 'bb') AS " "; |
|||
|
|||
if (0) |
|||
{ |
|||
# these more detailed results create differences between the OS. |
|||
# mioght be used later when we enable OS dependent .result files |
|||
--vertical_results |
|||
SELECT @@version_compile_os AS 'vers_comp_os', current_date; |
|||
SHOW VARIABLES LIKE 'vers%'; |
|||
--horizontal_results |
|||
} |
|||
|
|||
Write
Preview
Loading…
Cancel
Save
Reference in new issue