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

Update VC++ files

Portability fixes
After merge fixes
This commit is contained in:
monty@mysql.com
2003-11-21 01:53:01 +02:00
parent 32a62d5069
commit 8aeb63dd3b
24 changed files with 96 additions and 65 deletions

View File

@ -1652,8 +1652,7 @@ int mysql_assign_to_keycache(THD* thd, TABLE_LIST* tables,
check_opt.key_cache= key_cache;
DBUG_RETURN(mysql_admin_table(thd, tables, &check_opt,
"assign_to_keycache", TL_READ_NO_INSERT, 0,
HA_OPEN_TO_ASSIGN, 0,
&handler::assign_to_keycache));
0, 0, &handler::assign_to_keycache));
}