mirror of
https://github.com/MariaDB/server.git
synced 2025-07-27 18:02:13 +03:00
Merge 10.2 into 10.3
This commit is contained in:
@ -1557,6 +1557,15 @@ numgtfmt
|
||||
DROP VIEW v1;
|
||||
DROP TABLE t1;
|
||||
#
|
||||
# MDEV-20517 Assertion `!is_expensive()' failed in Item::value_depends_on_sql_mode_const_item
|
||||
#
|
||||
SELECT ( 1 LIKE GET_LOCK( 'foo', 0 ) ) - 2;
|
||||
( 1 LIKE GET_LOCK( 'foo', 0 ) ) - 2
|
||||
-1
|
||||
SELECT RELEASE_LOCK('foo');
|
||||
RELEASE_LOCK('foo')
|
||||
1
|
||||
#
|
||||
# End of 10.2 tests
|
||||
#
|
||||
#
|
||||
|
Reference in New Issue
Block a user