1
0
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:
bar@bar.mysql.r18.ru
2003-07-02 18:34:43 +05:00
parent 5cd54c6945
commit 74b74ad5e7
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)
{