1
0
mirror of https://github.com/MariaDB/server.git synced 2026-01-06 05:22:24 +03:00

merge with 4.0 to get fix for range bug

This commit is contained in:
monty@mysql.com
2003-11-28 15:55:43 +02:00
4 changed files with 22 additions and 6 deletions

View File

@@ -68,7 +68,7 @@ public:
{}
inline bool is_same(SEL_ARG *arg)
{
if (type != arg->type)
if (type != arg->type || part != arg->part)
return 0;
if (type != KEY_RANGE)
return 1;