mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
do not force CONNECTION_ID(), FOUND_ROWS(), PI(), CURRENT_USER(),
and VERSION() to be uppercase in e.g. "select pi()" mysql-test/r/func_math.result: result updated mysql-test/r/select_found.result: result updated mysql-test/r/union.result: result updated
This commit is contained in:
@ -94,7 +94,7 @@ a b
|
||||
1 a
|
||||
2 b
|
||||
select found_rows();
|
||||
FOUND_ROWS()
|
||||
found_rows()
|
||||
6
|
||||
explain select a,b from t1 union all select a,b from t2;
|
||||
table type possible_keys key key_len ref rows Extra
|
||||
|
Reference in New Issue
Block a user