Bug #65598 | Concurrent SET requests return non-existant error | ||
---|---|---|---|
Submitted: | 13 Jun 2012 9:58 | Modified: | 13 Jun 2012 10:18 |
Reporter: | Pedro Fonseca | Email Updates: | |
Status: | Verified | Impact on me: | |
Category: | MySQL Server: MyISAM storage engine | Severity: | S3 (Non-critical) |
Version: | 5.5.19, 5.5.26 | OS: | Any |
Assigned to: | CPU Architecture: | Any |
[13 Jun 2012 9:58]
Pedro Fonseca
[13 Jun 2012 10:18]
Valeriy Kravchuk
I've repeated this easily with 5.5.26 on 64-bit FC14, by executing the following commands from 2 windows concurrently: [openxs@chief 5.5]$ for i in `seq 1 1000`; do echo $i; bin/mysql -uroot test -e "set @@global.default.key_buffer_size=16*1024*1024"; done I've got eventually: ... 646 647 ERROR 1210 (HY000) at line 1: Incorrect arguments to SET 648 649 ... Server was started with --no-defaults option and built using: BUILD/compile-pentium64-debug-max --prefix=/home/openxs/dbs/5.5