1
0
mirror of https://github.com/MariaDB/server.git synced 2025-12-24 11:21:21 +03:00

Merge work:/my/mysql-4.0 into narttu.mysql.fi:/my/mysql-4.0

This commit is contained in:
monty@narttu.mysql.fi
2003-03-04 12:32:28 +02:00
11 changed files with 144 additions and 15 deletions

View File

@@ -503,7 +503,8 @@ int handler::ha_open(const char *name, int mode, int test_if_locked)
int error;
DBUG_ENTER("handler::open");
DBUG_PRINT("enter",("name: %s db_type: %d db_stat: %d mode: %d lock_test: %d",
name, table->db_type, table->db_stat, mode, test_if_locked));
name, table->db_type, table->db_stat, mode,
test_if_locked));
if ((error=open(name,mode,test_if_locked)))
{