From 0a16cc28a62cee5b806b0bba9b7594a30d9ddeaa Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Mon, 4 Jul 2005 21:47:07 +0000 Subject: [PATCH] bug #1231917, commands out of sync --- tbl_properties_table_info.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tbl_properties_table_info.php b/tbl_properties_table_info.php index 1c9d72f84..bd6e3fc51 100644 --- a/tbl_properties_table_info.php +++ b/tbl_properties_table_info.php @@ -27,7 +27,7 @@ global $showtable, $tbl_is_view, $tbl_type, $show_comment, $tbl_collation, PMA_DBI_select_db($db); // The 'show table' statement works correct since 3.23.03 -$table_info_result = PMA_DBI_query('SHOW TABLE STATUS LIKE \'' . PMA_sqlAddslashes($table, TRUE) . '\';'); +$table_info_result = PMA_DBI_query('SHOW TABLE STATUS LIKE \'' . PMA_sqlAddslashes($table, TRUE) . '\';', NULL, PMA_DBI_QUERY_STORE); // need this test because when we are creating a table, we get 0 rows // from the SHOW TABLE query