1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-08-17 09:41:06 +03:00
Files
mariadb-columnstore-engine/mysql/queries/nightly/srvswdev11/test011/sql/bug4916enclosedbdry.sql
2016-01-06 14:08:59 -06:00

16 lines
579 B
SQL

--
-- Second field of record 11 contains:
-- gn-generic-Hoo'H,a\``a"182243987
--
-- Note that this is a string with an enclosed backslash.
-- When this sql is executed in MySQL, or by running MySQL client with -e,
-- the output is:
-- gn-generic-Hoo'H,a\``a"182243987
--
-- However this regression test is setup to run the MySQL client by reading
-- the sql from STDIN. In this mode MySQL inserts an extra backslash in
-- front of the backslash embedded in record 11. The output ends up being:
-- gn-generic-Hoo'H,a\\``a"182243987
--
select * from bug4916enclosedbdry;