Skip to content

Commit cd9dd79

Browse files
author
raw
committed
* new file: ManualTests.txt
1 parent 86859ed commit cd9dd79

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

test/ManualTests.txt

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
####
2+
# This query can exceed the default stack limitations of the mysqld
3+
# and requires that the thread_stack variable be set to 1M. This is left
4+
# out of the automated tests so they don't fail when that variable is not
5+
# big enough, but this query should be run by hand both with and without that
6+
# variable set.
7+
#
8+
# When it is NOT set, the mysqld should NOT crash. It should, however,
9+
# log an error message informing the user of the 'thread_stack' variable.
10+
# It will return NULL in that case. When the variable is big enough, this
11+
# will return a blank space.
12+
#
13+
SELECT preg_replace('/ \(([A-Z]{2}(, )?)*\)$/',' ','Product (AE, AR, AU, BD, BE, BF, BH, BJ, BO, BR, CI, CL, CN, CO, CR, CY, DO, EC, EE, EG, ET, FI, GB, GH, GM, GN, GR, GT, HK, HN, ID, IE, IL, IQ, IR, JO, JP, KE, KP, KW, LB, LR, LY, MA, ML, MR, MU, MW, MX, MY, NE, NG, NI, NL, NO, NZ, OM, PA, PE, PH, PK, PR, QA, SA, SC, SD, SE)',1);
14+

0 commit comments

Comments
 (0)