mirror of
https://github.com/MariaDB/server.git
synced 2026-05-16 20:07:13 +02:00
MDEV-13187 incorrect backslash parsing in clients
cover ANSI_QUOTES and NO_BACKSLASH_ESCAPES in mysqltest
This commit is contained in:
parent
39385ff7b2
commit
d5cd334504
9 changed files with 79 additions and 3 deletions
|
|
@ -2942,11 +2942,17 @@ disconnect $x;
|
|||
# Disconnect the selected connection
|
||||
disconnect $y;
|
||||
--echo $CURRENT_CONNECTION
|
||||
connection default;
|
||||
|
||||
#
|
||||
# MDEV-13187 incorrect backslash parsing in clients
|
||||
#
|
||||
set sql_mode=no_backslash_escapes;
|
||||
select "foo\""bar";
|
||||
set sql_mode=default;
|
||||
|
||||
--echo End of tests
|
||||
|
||||
connection default;
|
||||
# Wait till we reached the initial number of concurrent sessions
|
||||
--source include/wait_until_count_sessions.inc
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue