Quantcast
Channel: MySQL Forums - NDB clusters
Viewing all articles
Browse latest Browse all 1562

It's Bug in Cluster? (no replies)

$
0
0
I have exec a qury on cluster which version is 7.4.7,The result is not expected,as show below:

mysql> select * from (SELECT * FROM `rt_urls` WHERE s_check_urls_id = 1 and enabled=1) as t where t.enabled=1;

Empty set (0.04 sec)

but i change the sql statement to this:
mysql>select * from (SELECT * FROM `rt_urls` WHERE s_check_urls_id = 1 and enabled=1) as t limit 0,5;
+----+------------------+-----------------+-----------------------+---------+------+---------------------+
| id | serverid | s_check_urls_id | url | enabled | msg | createtime |
+----+------------------+-----------------+-----------------------+---------+------+---------------------+
| 1 | fly561f9a54234ce | 1 | https://www.baidu.com | ? | NULL | 2015-11-05 17:35:51 |
| 4 | fly561f9a54234ce | 1 | https://www.baidu.com | ? | NULL | 2015-11-05 17:36:11 |
| 12 | fly561f9a54234ce | 1 | https://www.baidu.com | ? | NULL | 2015-11-05 17:37:01 |
| 13 | fly561f9a54234ce | 1 | https://www.baidu.com | ? | NULL | 2015-11-05 17:39:57 |
| 19 | fly561f9a54234ce | 1 | https://www.baidu.com | ? | NULL | 2015-11-05 17:40:34 |
+----+------------------+-----------------+-----------------------+---------+------+---------------------+

why does it diffent?
the same statment i exec in innodb is ok,can anybody help me?

Viewing all articles
Browse latest Browse all 1562

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>