mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
There is no Item->binary() anymore. It was remain from 4.0.
This commit is contained in:
@ -44,12 +44,6 @@ int sortcmp2(void* cmp_arg __attribute__((unused)),
|
||||
return sortcmp(a,b,a->charset());
|
||||
}
|
||||
|
||||
int stringcmp2(void* cmp_arg __attribute__((unused)),
|
||||
const String *a,const String *b)
|
||||
{
|
||||
return sortcmp(a,b,&my_charset_bin);
|
||||
}
|
||||
|
||||
int compare_double2(void* cmp_arg __attribute__((unused)),
|
||||
const double *s, const double *t)
|
||||
{
|
||||
|
Reference in New Issue
Block a user