merged in mysqlx fixes

This commit is contained in:
David Anderson
2006-06-04 19:40:34 +00:00
parent 24cdcde968
commit 915c3d244c
5 changed files with 77 additions and 233 deletions

View File

@ -413,6 +413,11 @@ static cell AMX_NATIVE_CALL SQL_SetAffinity(AMX *amx, cell *params)
int len;
char *str = MF_GetAmxString(amx, params[1], 0, &len);
if (!str[0])
{
return 1;
}
if (stricmp(str, g_Sqlite.NameString()) == 0)
{
return 1;