| Bug #15430 | Test using parallel connections fails on "embedded" | ||
|---|---|---|---|
| Submitted: | 2 Dec 2005 11:19 | Modified: | 22 May 2006 1:18 |
| Reporter: | Joerg Bruehe | Email Updates: | |
| Status: | Closed | Impact on me: | |
| Category: | MySQL Server: Embedded Library ( libmysqld ) | Severity: | S3 (Non-critical) |
| Version: | 4.1.16 | OS: | Any (all) |
| Assigned to: | Alexey Botchkov | CPU Architecture: | Any |
[2 Dec 2005 11:30]
Joerg Bruehe
Correction: This is not reported for OS X (case-insensitive file system), there the only error reported is for line 32 (see separate bug).
[22 May 2006 1:18]
Paul DuBois
Change to test case. No changelog entry needed.

Description: Build of 4.1.16 All platforms affected. init_connect [ fail ] Errors are (from PATH/mysqltest-time) : mysqltest: At line 26: query 'select hex(a) from t1' failed: 1146: Table 'test.t1' doesn't exist (the last lines may be the most important ones) Relevant lines: 21 connection con0; 22 set global init_connect="create table t1(a char(10));\ 23 insert into t1 values ('\0');insert into t1 values('abc')"; 24 connect (con4,localhost,user_1,,); 25 connection con4; 26 select hex(a) from t1; How to repeat: Build + test "embedded".