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

MI_KEYSEG -> HA_KEYSEG

_mi_key_cmp -> ha_key_cmp


BitKeeper/etc/logging_ok:
  Logging to logging@openlogging.org accepted
This commit is contained in:
unknown
2002-04-25 15:10:29 +05:00
parent 139a73cade
commit 3adee5046d
38 changed files with 106 additions and 105 deletions

View File

@ -47,7 +47,7 @@ int run_test(const char *filename)
MI_CREATE_INFO create_info;
MI_COLUMNDEF recinfo[20];
MI_KEYDEF keyinfo[20];
MI_KEYSEG keyseg[20];
HA_KEYSEG keyseg[20];
int silent=0;
int opt_unique=0;