mirror of
https://github.com/MariaDB/server.git
synced 2026-05-16 03:47:17 +02:00
Create 'main' test directory and move 't' and 'r' there
This commit is contained in:
parent
ab1941266c
commit
a7abddeffa
2114 changed files with 75 additions and 77 deletions
17
mysql-test/main/mysqltest_256.test
Normal file
17
mysql-test/main/mysqltest_256.test
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
#
|
||||
# MDEV-256 lp:995501 - mysqltest attempts to parse Perl code inside a block
|
||||
# with false condition, gets confused and throws wrong errors
|
||||
#
|
||||
|
||||
let $run = 0;
|
||||
if ($run)
|
||||
{
|
||||
--perl
|
||||
foreach (1)
|
||||
{
|
||||
print "In perl\n";
|
||||
}
|
||||
EOF
|
||||
SELECT 1;
|
||||
}
|
||||
--echo # Done
|
||||
Loading…
Add table
Add a link
Reference in a new issue