summaryrefslogtreecommitdiff
path: root/myisam/mi_open.c
diff options
context:
space:
mode:
authorunknown <ingo@mysql.com>2005-03-02 10:56:13 +0100
committerunknown <ingo@mysql.com>2005-03-02 10:56:13 +0100
commitcc4455631a51c999324759391f6f843cf97fd923 (patch)
tree04e597e0f2cb62e0de40965ce2cecaf4f015f6ab /myisam/mi_open.c
parentc4409a7cbf9b43ed450340ba9dd6a33f821df5f2 (diff)
parent26f75ffc83e39ee915e8d4973955c950ddabb35b (diff)
downloadmariadb-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.c2
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;