mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +03:00
Code cleanups during code reviews
Ensure we get error if INSERT IGNORE ... SELECT fails Fixed wrong key_part->key_length usage in index_merge
This commit is contained in:
@ -82,7 +82,7 @@ public:
|
||||
if (sizeof(buffer) >= 8)
|
||||
return uint8korr(buffer);
|
||||
DBUG_ASSERT(sizeof(buffer) >= 4);
|
||||
uint4korr(buffer);
|
||||
return (ulonglong) uint4korr(buffer);
|
||||
}
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user