Files
tidb/pkg/planner/util/fixcontrol/testdata/fix_control_suite_in.json

21 lines
848 B
JSON

[
{
"name": "TestFixControl",
"cases": [
"set @@tidb_opt_fix_control = \"1000:'on', 10000:1\"",
"set @@tidb_opt_fix_control = \"100:'on', 100:1\"",
"set @@tidb_opt_fix_control = \"100:2,100:2\"",
"set @@tidb_opt_fix_control = \" 111 : 'test1' ,\"",
"set @@tidb_opt_fix_control = ' 4321 : \\'55.5\\' , '",
"set @@tidb_opt_fix_control = ' 4321 : \\'55.5\\' '",
"set @@tidb_opt_fix_control = ' 5000 : 55.5 , '",
"set @@tidb_opt_fix_control = ' 5000 : 55.5 , 2000: \\'-10\\',100:5000 ,'",
"set @@tidb_opt_fix_control = \" 2000 : 'test1' ,\"",
"set @@tidb_opt_fix_control = \" 1.5 : 'test1'\"",
"set @@tidb_opt_fix_control = \"-1: 'test1' \"",
"set @@tidb_opt_fix_control = \" 2000 : 'test1\"",
"set @@tidb_opt_fix_control = \"100, 100\""
]
}
]