diff options
author | monty@mashka.mysql.fi <> | 2003-01-05 20:18:49 +0200 |
---|---|---|
committer | monty@mashka.mysql.fi <> | 2003-01-05 20:18:49 +0200 |
commit | 9ecf9645ebab531ce5aa29514b6b9457968f9946 (patch) | |
tree | ce42417ba1ab6dac8c367a9ae180ea377956e95a /myisam/mi_test1.c | |
parent | 5e77a27182fe6a2544e3e4b0ad23399c9fb2ca48 (diff) | |
download | mariadb-git-9ecf9645ebab531ce5aa29514b6b9457968f9946.tar.gz |
A lot of portability fixes.
Added rename table for BDB. This fixes a bug in ALTER TABLE with BDB tables.
Diffstat (limited to 'myisam/mi_test1.c')
-rw-r--r-- | myisam/mi_test1.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/myisam/mi_test1.c b/myisam/mi_test1.c index bcb9cd172ec..8ea97c8e489 100644 --- a/myisam/mi_test1.c +++ b/myisam/mi_test1.c @@ -57,7 +57,7 @@ int main(int argc,char *argv[]) } -int run_test(const char *filename) +static int run_test(const char *filename) { MI_INFO *file; int i,j,error,deleted,rec_length,uniques=0; |