mysqltest.result

来自「视频监控网络部分的协议ddns,的模块的实现代码,请大家大胆指正.」· RESULT 代码 · 共 726 行 · 第 1/2 页

RESULT
726
字号
select 0 as "before_use_test" ;before_use_test0select otto from (select 1 as otto) as t1;otto1select otto from (select 1 as otto) as t1;otto1mysqltest: At line 1: query 'select friedrich from (select 1 as otto) as t1' failed: 1054: Unknown column 'friedrich' in 'field list'select friedrich from (select 1 as otto) as t1;ERROR 42S22: Unknown column 'friedrich' in 'field list'select otto from (select 1 as otto) as t1;otto1mysqltest: At line 1: query 'select otto from (select 1 as otto) as t1' succeeded - should have failed with sqlstate 42S22...select friedrich from (select 1 as otto) as t1;ERROR 42S22: Unknown column 'friedrich' in 'field list'mysqltest: At line 1: query 'select friedrich from (select 1 as otto) as t1' failed with wrong sqlstate 42S22: 'Unknown column 'friedrich' in 'field list'', instead of 00000...select otto from (select 1 as otto) as t1;otto1select 0 as "after_successful_stmt_errno" ;after_successful_stmt_errno0garbage ;ERROR 42000: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'garbage' at line 1select 1064 as "after_wrong_syntax_errno" ;after_wrong_syntax_errno1064garbage ;ERROR 42000: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'garbage' at line 1select 1064 as "after_let_var_equal_value" ;after_let_var_equal_value1064garbage ;ERROR 42000: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'garbage' at line 1set @my_var= 'abc' ;select 0 as "after_set_var_equal_value" ;after_set_var_equal_value0garbage ;ERROR 42000: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'garbage' at line 1select 1064 as "after_disable_warnings_command" ;after_disable_warnings_command1064drop table if exists t1 ;garbage ;ERROR 42000: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'garbage' at line 1drop table if exists t1 ;select 0 as "after_disable_warnings" ;after_disable_warnings0garbage ;ERROR 42000: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'garbage' at line 1select 3 from t1 ;ERROR 42S02: Table 'test.t1' doesn't existselect 1146 as "after_minus_masked" ;after_minus_masked1146garbage ;ERROR 42000: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'garbage' at line 1select 3 from t1 ;ERROR 42S02: Table 'test.t1' doesn't existselect 1146 as "after_!_masked" ;after_!_masked1146garbage ;ERROR 42000: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'garbage' at line 1select -1 as "after_let_errno_equal_value" ;after_let_errno_equal_value-1garbage ;ERROR 42000: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'garbage' at line 1prepare stmt from "select 3 from t1" ;ERROR 42S02: Table 'test.t1' doesn't existselect 1146 as "after_failing_prepare" ;after_failing_prepare1146create table t1 ( f1 char(10));garbage ;ERROR 42000: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'garbage' at line 1prepare stmt from "select 3 from t1" ;select 0 as "after_successful_prepare" ;after_successful_prepare0garbage ;ERROR 42000: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'garbage' at line 1execute stmt;3select 0 as "after_successful_execute" ;after_successful_execute0drop table t1;garbage ;ERROR 42000: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'garbage' at line 1execute stmt;ERROR 42S02: Table 'test.t1' doesn't existselect 1146 as "after_failing_execute" ;after_failing_execute1146garbage ;ERROR 42000: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'garbage' at line 1execute __stmt_;ERROR HY000: Unknown prepared statement handler (__stmt_) given to EXECUTEselect 1243 as "after_failing_execute" ;after_failing_execute1243garbage ;ERROR 42000: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'garbage' at line 1deallocate prepare stmt;select 0 as "after_successful_deallocate" ;after_successful_deallocate0garbage ;ERROR 42000: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'garbage' at line 1deallocate prepare __stmt_;ERROR HY000: Unknown prepared statement handler (__stmt_) given to DEALLOCATE PREPAREselect 1243 as "after_failing_deallocate" ;after_failing_deallocate1243garbage ;ERROR 42000: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'garbage' at line 1select 1064 as "after_--disable_abort_on_error" ;after_--disable_abort_on_error1064select 3 from t1 ;ERROR 42S02: Table 'test.t1' doesn't existselect 3 from t1 ;ERROR 42S02: Table 'test.t1' doesn't existselect 3 from t1 ;ERROR 42S02: Table 'test.t1' doesn't existselect 1146 as "after_!errno_masked_error" ;after_!errno_masked_error1146mysqltest: At line 1: query 'select 3 from t1' failed with wrong errno 1146: 'Table 'test.t1' doesn't exist', instead of 1000...garbage ;ERROR 42000: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'garbage' at line 1select 1064 as "after_--enable_abort_on_error" ;after_--enable_abort_on_error1064select 3 from t1 ;ERROR 42S02: Table 'test.t1' doesn't existmysqltest: At line 1: query 'select 3 from t1' failed with wrong errno 1146: 'Table 'test.t1' doesn't exist', instead of 1064...hellohello;;;;;;;;# MySQL: -- Themysqltest: At line 1: End of line junk detected: "6"mysqltest: At line 1: End of line junk detected: "6"mysqltest: At line 1: Missing delimitermysqltest: At line 1: End of line junk detected: "sleep 7# Another comment"mysqltest: At line 1: Missing delimitermysqltest: At line 1: Missing delimitermysqltest: At line 1: End of line junk detected: "disconnect default## comment# comment2# comment 3--disable_query_log"mysqltest: At line 1: End of line junk detected: "disconnect default # comment# comment part2# comment 3--disable_query_log"mysqltest: At line 1: Extra delimiter ";" foundmysqltest: At line 1: Extra delimiter ";" foundmysqltest: At line 1: Missing argument(s) to 'error'mysqltest: At line 1: Missing argument(s) to 'error'mysqltest: At line 1: The sqlstate definition must start with an uppercase Smysqltest: At line 1: The error name definition must start with an uppercase Emysqltest: At line 1: Invalid argument to error: '9eeeee' - the errno may only consist of digits[0-9]mysqltest: At line 1: Invalid argument to error: '1sssss' - the errno may only consist of digits[0-9]mysqltest: At line 1: The sqlstate must be exactly 5 chars longmysqltest: At line 1: The sqlstate may only consist of digits[0-9] and _uppercase_ lettersmysqltest: At line 1: The sqlstate must be exactly 5 chars longmysqltest: At line 1: Unknown SQL error name 'E9999'mysqltest: At line 1: Invalid argument to error: '999e9' - the errno may only consist of digits[0-9]mysqltest: At line 1: Invalid argument to error: '9b' - the errno may only consist of digits[0-9]mysqltest: At line 1: Too many errorcodes specifiedMySQL"MySQL"MySQL: The world''s most popular open source database"MySQL: The world's most popular open source database"MySQL: The world''smost popular opensource database# MySQL: The world''s# most popular open# source database- MySQL: The world''s- most popular open- source database- MySQL: The world''s-- most popular-- open source database# MySQL: The--world''s# most popular-- open- source database"MySQL: The world's most popular; open source database""MySQL: The world's most popular ; open source database""MySQL: The world's most popular ;open source database"echo message echo messagemysqltest: At line 1: command "false" failedmysqltest: At line 1: Missing argument in execMySQL"MySQL"MySQL: Theworld''s mostpopular opensource database# MySQL: The# world''s most# popular open# source database-- MySQL: The-- world''s most-- popular-- open source database# MySQL: The- world''s most-- popular open# source database'# MySQL: The- world''s most-- popular open# source database'"# MySQL: The- world''s most-- popular open# source database"hejhej hej1a long variable contenta long variable contenta long a long variable content variable contenta long \$where variable contentbanana = bananaNot a banana: ba\$cat\$catmysqltest: At line 1: Missing arguments to letmysqltest: At line 1: Missing variable name in letmysqltest: At line 1: Missing assignment operator in letmysqltest: At line 1: Missing assignment operator in letmysqltest: At line 1: Missing assignment operator in letmysqltest: At line 1: Missing variable name in letmysqltest: At line 1: Missing variable name in letmysqltest: At line 1: Missing assignment operator in let# Execute: --echo # <whatever> success: $success# <whatever> success: 1# Execute: echo # <whatever> success: $success ;# <whatever> success: 1 # The next two variants work fine and expand the content of $success# Execute: --echo $success1# Execute: echo $success ;1 # Check if let $B = $A is an assignment per value.let $A = initial value of A;let $B = initial value of B;let $B = $A# Content of $A is: initial value of Blet $A = changed value of A;# Content of $B is: initial value of Blet $B = changed value of B;# Content of $A is: changed value of Avar2: content of variable 1var3: content of variable 1 content of variable 1length of var3 is longer than 0var1hi	1	hi therevar22var2 again2var3 two columns with same name1	2	3var4 from query that returns NULLvar5 from query that returns no rowfailing query in letmysqltest: At line 1: Error running query 'failing query': 1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'failing query' at line 1mysqltest: At line 1: Missing required argument 'filename' to command 'source'mysqltest: At line 1: Could not open file './non_existingFile'mysqltest: In included file "MYSQLTEST_VARDIR/tmp/recursive.sql": At line 1: Source directives are nesting too deepmysqltest: In included file "MYSQLTEST_VARDIR/tmp/error.sql": At line 1: query 'garbage ' failed: 1064: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'garbage' at line 12 = outer loop variable after whilehere is the sourced script2 = outer loop variable before dec1 = outer loop variable after dec1 = outer loop variable after whilehere is the sourced script1 = outer loop variable before dec0 = outer loop variable after dec2 = outer loop variable after whilehere is the sourced script2 = outer loop variable before dec1 = outer loop variable after dec1 = outer loop variable after whilehere is the sourced script1 = outer loop variable before dec0 = outer loop variable after decIn loophere is the sourced scriptIn loophere is the sourced scriptIn loophere is the sourced scriptIn loophere is the sourced scriptIn loophere is the sourced scriptIn loophere is the sourced scriptIn loophere is the sourced scriptIn loophere is the sourced scriptIn loophere is the sourced scripthere is the sourced script"hello""hello"mysqltest: At line 1: Missing argument to sleepmysqltest: At line 1: Missing argument to real_sleepmysqltest: At line 1: Invalid argument to sleep "abc"mysqltest: At line 1: Invalid argument to real_sleep "abc"12101

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?