mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Revert "MDEV-24033: SIGSEGV in __memcmp_avx2_movbe from queue_insert | SIGSEGV in __memcmp_avx2_movbe from native_compare"
This reverts commit 5a0c34e4c2
.
but keeps the test case
This commit is contained in:
@ -92,7 +92,6 @@ public:
|
||||
virtual void sortlength(THD *thd,
|
||||
const Type_std_attributes *item,
|
||||
SORT_FIELD_ATTR *attr) const= 0;
|
||||
virtual bool is_packable() const { return false; }
|
||||
};
|
||||
|
||||
|
||||
@ -170,7 +169,6 @@ public:
|
||||
void sortlength(THD *thd,
|
||||
const Type_std_attributes *item,
|
||||
SORT_FIELD_ATTR *attr) const;
|
||||
bool is_packable()const { return true; }
|
||||
};
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user