diff options
author | unknown <ingo@mysql.com> | 2005-03-02 10:56:13 +0100 |
---|---|---|
committer | unknown <ingo@mysql.com> | 2005-03-02 10:56:13 +0100 |
commit | cc4455631a51c999324759391f6f843cf97fd923 (patch) | |
tree | 04e597e0f2cb62e0de40965ce2cecaf4f015f6ab /myisam/mi_open.c | |
parent | c4409a7cbf9b43ed450340ba9dd6a33f821df5f2 (diff) | |
parent | 26f75ffc83e39ee915e8d4973955c950ddabb35b (diff) | |
download | mariadb-git-cc4455631a51c999324759391f6f843cf97fd923.tar.gz |
Merge
innobase/include/srv0srv.h:
Auto merged
innobase/srv/srv0srv.c:
Auto merged
myisam/mi_create.c:
Auto merged
myisam/mi_open.c:
Auto merged
myisam/myisamdef.h:
Auto merged
sql/ha_innodb.cc:
Auto merged
mysql-test/r/myisam.result:
SCCS merged
mysql-test/t/myisam.test:
SCCS merged
sql/ha_innodb.h:
SCCS merged
Diffstat (limited to 'myisam/mi_open.c')
-rw-r--r-- | myisam/mi_open.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/myisam/mi_open.c b/myisam/mi_open.c index 9a6cfe9f33c..504bc33ecc1 100644 --- a/myisam/mi_open.c +++ b/myisam/mi_open.c @@ -50,7 +50,7 @@ if (pos > end_pos) \ ** In MySQL the server will handle version issues. ******************************************************************************/ -static MI_INFO *test_if_reopen(char *filename) +MI_INFO *test_if_reopen(char *filename) { LIST *pos; |