[MDEV-23688] ERROR 12710 (HY000): Invalid information from remote table 'test.sbtest1' Created: 2020-09-08  Updated: 2023-05-23

Status: Open
Project: MariaDB Server
Component/s: Storage Engine - Spider
Affects Version/s: 10.4.14
Fix Version/s: 10.4

Type: Bug Priority: Major
Reporter: hiller1 Assignee: Yuchen Pei
Resolution: Unresolved Votes: 1
Labels: None
Environment:

spider



 Description   

mysql> show create table sbtest1\G
       Table: sbtest1
Create Table: CREATE TABLE `sbtest1` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `k` int(10) unsigned NOT NULL DEFAULT 0,
  `c` char(120) NOT NULL DEFAULT '',
  `pad` char(60) NOT NULL DEFAULT '',
  PRIMARY KEY (`id`),
  KEY `k_1` (`k`)
) ENGINE=SPIDER AUTO_INCREMENT=10000001 DEFAULT CHARSET=utf8 COMMENT='wrapper "mysql", table "sbtest1",srv "backend1"'
1 row in set (0.00 sec)

mysql>  SELECT id FROM sbtest1 WHERE id BETWEEN 1 AND 10;
ERROR 12710 (HY000): Invalid information from remote table 'test.sbtest1'
mysql> 

mysql>  SELECT id FROM sbtest1 order by id asc limit 10;;
+----+
| id |
+----+
|  1 |
|  2 |
|  3 |
|  4 |
|  5 |
|  6 |
|  7 |
|  8 |
|  9 |
| 10 |
+----+
10 rows in set (0.01 sec)
 
ERROR: 
No query specified

mysql> select version();
+---------------------+
| version()           |
+---------------------+
| 10.4.14-MariaDB-log |
+---------------------+
1 row in set (0.00 sec)


Generated at Thu Feb 08 09:24:17 UTC 2024 using Jira 8.20.16#820016-sha1:9d11dbea5f4be3d4cc21f03a88dd11d8c8687422.