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

branches/zip: row_rename_table_for_mysql(): Change the return type to ulint

and simplify error handling.
This commit is contained in:
marko
2007-08-13 12:46:13 +00:00
parent 845bd0914c
commit d9db67696e
2 changed files with 6 additions and 8 deletions

View File

@@ -488,7 +488,7 @@ row_drop_database_for_mysql(
/*************************************************************************
Renames a table for MySQL. */
int
ulint
row_rename_table_for_mysql(
/*=======================*/
/* out: error code or DB_SUCCESS */