mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
Merge pilot.blaudden:/home/msvensson/mysql/bug20166/my50-bug20166
into pilot.blaudden:/home/msvensson/mysql/bug20166/my51-bug20166 mysql-test/t/variables.test: Auto merged mysql-test/r/variables.result: Manual merge sql/log.cc: Manual merge, spaces added to 5.1 version sql/mysqld.cc: Code no longer exists sql/set_var.cc: Manual merge
This commit is contained in:
@ -903,6 +903,14 @@ select @@&;
|
||||
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 '&' at line 1
|
||||
select @@@;
|
||||
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 '@' at line 1
|
||||
select @@hostname;
|
||||
@@hostname
|
||||
#
|
||||
set @@hostname= "anothername";
|
||||
ERROR HY000: Variable 'hostname' is a read only variable
|
||||
show variables like 'hostname';
|
||||
Variable_name Value
|
||||
hostname #
|
||||
End of 5.0 tests
|
||||
set global binlog_cache_size =@my_binlog_cache_size;
|
||||
set global connect_timeout =@my_connect_timeout;
|
||||
|
Reference in New Issue
Block a user