summaryrefslogtreecommitdiff
path: root/sql/sql_load.cc
diff options
context:
space:
mode:
authorunknown <monty@narttu.mysql.fi>2003-08-27 10:26:03 +0300
committerunknown <monty@narttu.mysql.fi>2003-08-27 10:26:03 +0300
commitb43a551e83c20dc647a56036ad76811bb09a4945 (patch)
treed63c2fba98c94c1cc7e1a75b21591e555059d9a1 /sql/sql_load.cc
parent522a32203a1e9f4cd6ee8c3d052a04ac3cd2507a (diff)
downloadmariadb-git-b43a551e83c20dc647a56036ad76811bb09a4945.tar.gz
Add column names for metadata when running mysql with -T
Change metadata info so that that MIN() and code MAX() reports that they can return NULL. Bug #324 client/mysql.cc: Add column names for metadata when running with -T mysql-test/r/show_check.result: test case for bug fix mysql-test/t/show_check.test: test case for bug fix sql/item_sum.cc: Change metadata info so that that MIN() and code MAX() reports that they can return NULL. Bug #324 sql/sql_load.cc: Removed not needed line
Diffstat (limited to 'sql/sql_load.cc')
-rw-r--r--sql/sql_load.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/sql/sql_load.cc b/sql/sql_load.cc
index 2e7bf1d5d78..0ae6ccb4c4a 100644
--- a/sql/sql_load.cc
+++ b/sql/sql_load.cc
@@ -165,7 +165,6 @@ int mysql_load(THD *thd,sql_exchange *ex,TABLE_LIST *table_list,
}
else
{
- read_file_from_client=0;
#ifdef DONT_ALLOW_FULL_LOAD_DATA_PATHS
ex->file_name+=dirname_length(ex->file_name);
#endif