mirror of
https://github.com/MariaDB/server.git
synced 2026-01-06 05:22:24 +03:00
merge
sql/item_func.cc: Auto merged sql/item_func.h: Auto merged sql/sql_select.cc: Auto merged
This commit is contained in:
@@ -1066,3 +1066,10 @@ select 2 in (select * from t1);
|
||||
SET SQL_SELECT_LIMIT=default;
|
||||
drop table t1;
|
||||
|
||||
#
|
||||
# Static tables & rund() in subqueries
|
||||
#
|
||||
create table t1 (a int);
|
||||
insert into t1 values (1);
|
||||
explain select benchmark(1000, (select a from t1 where a=sha(rand())));
|
||||
drop table t1;
|
||||
|
||||
Reference in New Issue
Block a user