1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-01 03:47:19 +03:00

There is no Item->binary() anymore. It was remain from 4.0.

This commit is contained in:
unknown
2003-07-02 18:34:43 +05:00
parent 7db27aded2
commit 9f6614292b
7 changed files with 17 additions and 25 deletions

View File

@ -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)
{