1
0
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:
unknown
2003-01-28 00:55:41 +01:00
parent 48f587a883
commit 0d470b8d77
4 changed files with 14 additions and 14 deletions

View File

@ -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