From 8878baf7b1e49e7ddd00ac9e5264650a3d87872e Mon Sep 17 00:00:00 2001 From: Sebastian Mendel Date: Mon, 19 Mar 2007 15:41:35 +0000 Subject: [PATCH] #1643758 Error #1264 importing NULL values in MySQL 5.0 --- ChangeLog | 1 + libraries/import/csv.php | 33 +++++++++++++++++++++++++++------ 2 files changed, 28 insertions(+), 6 deletions(-) diff --git a/ChangeLog b/ChangeLog index ee50b5b33..1a70e06d5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -20,6 +20,7 @@ $HeadURL$ - bug #1682044 Export file even if file not selected - bug #1672789 Undefined offset: 4 in sqlparser.lib.php #1674 - bug #1662976 Authentication fails when controluser/pass is set +- bug #1643758 Error #1264 importing NULL values in MySQL 5.0 - [gui] avoid displaying a wide selector in server selection + [core] added PMA_fatalError() and made use of it . [i18n] use generic $strOptions diff --git a/libraries/import/csv.php b/libraries/import/csv.php index 1414830d7..2f9b368f6 100644 --- a/libraries/import/csv.php +++ b/libraries/import/csv.php @@ -1,9 +1,15 @@