summaryrefslogtreecommitdiff
path: root/mysql-test/r/user_var.result
diff options
context:
space:
mode:
authorunknown <sasha@mysql.sashanet.com>2001-03-13 23:07:12 -0700
committerunknown <sasha@mysql.sashanet.com>2001-03-13 23:07:12 -0700
commit5e90d39db91cee9dd9c43e4d4442a531277a7520 (patch)
treef48a65896e8f1e426f08cceb93c8c38055216860 /mysql-test/r/user_var.result
parent8046201101960a7473b743372800eeb4227846b4 (diff)
downloadmariadb-git-5e90d39db91cee9dd9c43e4d4442a531277a7520.tar.gz
changed signal by fd close to signal by vio_close
added support for kill expr fixed coredump in set @a := foo; added testcase for user_var added testcase for kill sql/slave.cc: fd -> vio sql/sql_class.cc: fd->vio, fixed coredump on set @a := foo; sql/sql_class.h: fd -> vio sql/sql_repl.cc: fd -> vio sql/sql_yacc.yy: added support for kill expr - needed this for a clean test case of kill
Diffstat (limited to 'mysql-test/r/user_var.result')
-rw-r--r--mysql-test/r/user_var.result2
1 files changed, 2 insertions, 0 deletions
diff --git a/mysql-test/r/user_var.result b/mysql-test/r/user_var.result
new file mode 100644
index 00000000000..f1bfdf9116d
--- /dev/null
+++ b/mysql-test/r/user_var.result
@@ -0,0 +1,2 @@
+@a - connection_id()
+3