File tree 1 file changed +0
-20
lines changed
1 file changed +0
-20
lines changed Original file line number Diff line number Diff line change @@ -982,26 +982,6 @@ mysql_upgrade_25_to_26_test() {
982
982
check_table_column only_in_additional_list dhcp6_client_class
983
983
}
984
984
985
- mysql_upgrade_25_to_26_test () {
986
- # client_classes been added to dhcp4_options
987
- qry=" select client_classes from dhcp4_options limit 1"
988
- run_command \
989
- mysql_execute " ${qry} "
990
- assert_eq 0 " ${EXIT_CODE} " " ${qry} . (expected status code %d, returned %d)"
991
-
992
- # client_classes been added to dhcp6_options
993
- qry=" select client_classes from dhcp6_options limit 1"
994
- run_command \
995
- mysql_execute " ${qry} "
996
- assert_eq 0 " ${EXIT_CODE} " " ${qry} . (expected status code %d, returned %d)"
997
-
998
- qry=" select name from option_def_data_type where id = 3"
999
- run_command \
1000
- mysql_execute " ${qry} "
1001
- assert_eq 0 " ${EXIT_CODE} " " ${qry} . (expected status code %d, returned %d)"
1002
- assert_str_eq ' int8' " ${OUTPUT} " " ${query} : expected output %s, returned %s"
1003
- }
1004
-
1005
985
mysql_upgrade_test () {
1006
986
1007
987
test_start " mysql.upgrade"
You can’t perform that action at this time.
0 commit comments