Commit 674a1c4e authored by konstantin@mysql.com's avatar konstantin@mysql.com

- fixed test_frm_bug test to work with increased number of columns in

result of SHOW TABLE STATUS
parent 29b88ff5
......@@ -787,3 +787,6 @@ vio/viotest-ssl
extra/tztime.cc
extra/mysql_tzinfo_to_sql
sql/mysql_tzinfo_to_sql_tztime.cc
sql/my_time.c
libmysql/my_time.c
libmysqld/my_time.c
This diff is collapsed.
......@@ -6622,8 +6622,8 @@ static void test_frm_bug()
row= mysql_fetch_row(result);
mytest(row);
fprintf(stdout, "\n Comment: %s", row[16]);
assert(row[16] != 0);
fprintf(stdout, "\n Comment: %s", row[17]);
assert(row[17] != 0);
mysql_free_result(result);
mysql_stmt_close(stmt);
......
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