Details
-
Bug
-
Status: Closed (View Workflow)
-
Critical
-
Resolution: Fixed
-
10.3.29, 10.4.17, 10.5.8, 10.6.3
Description
Hio,
works with 10.4.13, somewhere between 10.4.14 and 10.4.17 broken.
Testcase to reproduce
|
USE spider;
|
|
DROP TABLE if EXISTS `t1`; |
DROP TABLE if EXISTS `t1remote`; |
|
CREATE TABLE `t1` (
|
id INT)
|
;
|
CREATE TABLE `t1remote` (
|
id INT)
|
ENGINE=SPIDER DEFAULT CHARSET=utf8 COMMENT='host "127.0.0.1", database "spider" ,table "t1" ,user "spider", password "xxxxxxx", port "3307"'; |
|
SELECT IF(COUNT(a.`id` )>=0,'Y','N') FROM t1remote a; |
Attachments
Issue Links
- causes
-
MDEV-30391 Server crash in spider_set_direct_limit_offset upon 2nd execution of PS
- Stalled