bug #1320470, timestamp is not shown as being NULL under MySQL < 4.1.x

This commit is contained in:
Marc Delisle
2005-10-16 18:48:10 +00:00
parent e6d84d6795
commit 72f452205e
3 changed files with 9 additions and 6 deletions

View File

@@ -90,7 +90,6 @@ $fields_cnt = PMA_DBI_num_rows($fields_rs);
// in MySQL 4.0.25). I was able to find that SHOW CREATE TABLE existed
// at least in MySQL 3.23.51.
//if (PMA_MYSQL_INT_VERSION >= 40102) {
if (PMA_MYSQL_INT_VERSION >= 32351) {
$show_create_table = PMA_DBI_fetch_value(
'SHOW CREATE TABLE ' . PMA_backquote($db) . '.' . PMA_backquote($table),