Commit 0efa64d4 authored by Vasil Dimov's avatar Vasil Dimov

Fix a compiler warning introduced in

jimmy.yang@oracle.com-20100526014433-bx0t9794mnvkiaft
parent 00dfb12b
......@@ -314,11 +314,11 @@ dict_process_sys_tables_rec(
first */
{
ulint len;
const byte* field;
const char* field;
const char* err_msg = NULL;
char* table_name;
field = rec_get_nth_field_old(rec, 0, &len);
field = (const char*) rec_get_nth_field_old(rec, 0, &len);
ut_a(!rec_get_deleted_flag(rec, 0));
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment