summaryrefslogtreecommitdiff
path: root/client/mysqlimport.c
Commit message (Expand)AuthorAgeFilesLines
* Bug#17208 SSL: client does not verify server certificatemsvensson@neptunus.(none)2006-04-181-0/+2
* Merge mysql.com:/home/jimw/my/mysql-4.1-5792jimw@mysql.com2005-11-281-1/+1
|\
| * Fix being able to set default TCP port for command-line utilitiesjimw@mysql.com2005-10-131-1/+1
* | Netware specific changes for 5.0.16ajamppa@suse9-x86.mysql.com2005-11-181-1/+1
* | Merge ua141d10.elisa.omakaista.fi:/home/my/bk/mysql-4.1jani@ua141d10.elisa.omakaista.fi2005-10-311-0/+7
|\ \
| * | BUG# 12123patg@krsna.patg.net2005-10-251-0/+7
| |/
* | Merge mysql.com:/home/hartmut/projects/mysql/dev/4.1hartmut@mysql.com2005-09-081-1/+2
|\ \ | |/
| * Merge mysql.com:/home/hartmut/projects/mysql/dev/4.0hartmut@mysql.com2005-09-081-1/+2
| |\
| | * fix for BUG#12958 : mysqlimport with -L option crashing on HP-UX hartmut@mysql.com2005-09-021-1/+2
* | | Merge a193-229-222-105.elisa-laajakaista.fi:/home/my/bk/mysql-4.1jani@a193-229-222-105.elisa-laajakaista.fi2005-08-261-0/+9
|\ \ \ | |/ /
| * | Merge a193-229-222-105.elisa-laajakaista.fi:/home/my/bk/mysql-4.0jani@a193-229-222-105.elisa-laajakaista.fi2005-08-251-0/+9
| |\ \ | | |/
| | * Several fixes for Netware.jani@a193-229-222-105.elisa-laajakaista.fi2005-08-241-0/+9
* | | Changing the default of libmysqlclient : it's now NO reconnection.guilhem@mysql.com2004-12-091-0/+1
|/ /
* | - Cleanup: removed unreferenced local variable "local_file" in mysqlimport.clenz@mysql.com2004-10-141-1/+0
* | Merge jamppa@bk-internal.mysql.com:/home/bk/mysql-4.1jani@a80-186-41-201.elisa-laajakaista.fi2004-10-071-1/+2
|\ \
| * | Fixed a bug in password handling. All related to Bug#5955.jani@a80-186-41-201.elisa-laajakaista.fi2004-10-071-1/+2
* | | Merge mysql.com:/home/my/mysql-4.0 into mysql.com:/home/my/mysql-4.1monty@mysql.com2004-10-071-5/+3
|\ \ \ | |/ / |/| / | |/
| * Bug #5829 mysqlimport garbles path of the file to be importedrburnett@build.mysql.com2004-10-041-5/+3
* | Merge with 4.0monty@mysql.com2004-09-011-1/+1
|\ \ | |/
| * Added global my_getopt_error_reporter function pointer which is ram@gw.mysql.r18.ru2004-08-311-1/+1
* | Names listed as options should look like options,paul@kite-hub.kitebird.com2004-08-301-1/+1
* | mergedserg@serg.mylan2004-08-261-1/+1
|\ \ | |/
| * mysql_priv.h:rburnett@build.mysql.com2004-08-141-1/+1
* | more accurate processing of find_type resultvva@eagle.mysql.r18.ru2004-08-241-1/+1
* | fixed a Bug #4998 "--protocol doesn't reject bad values" vva@eagle.mysql.r18.ru2004-08-231-1/+1
* | merge with 4.0 to get Netware patches and fixes for libmysqld.dllmonty@mysql.com2004-05-251-1/+4
|\ \ | |/
| * Added patches from Novellmonty@mysql.com2004-05-251-1/+4
* | mysqlimport.c, mysqldump.c, mysqlcheck.c, mysql.cc:bar@bar.intranet.mysql.r18.ru2004-02-111-1/+2
* | merge with 4.0.15monty@mashka.mysql.fi2003-09-111-6/+6
|\ \ | |/
| * fixed Bug #1184 (change type of opt_ignore_lines to longlong)vva@eagle.mysql.r18.ru2003-09-061-4/+5
* | merge with 4.0.15monty@narttu.mysql.fi2003-08-291-1/+1
|\ \ | |/
| * Fixed a limitation bug in mysqlimport. sql_statement was designed tojani@rhols221.adsl.netsonic.fi2003-08-161-1/+1
* | consistency fix - all help texts for command-line options should end with a dot.serg@serg.mylan2003-06-131-7/+7
* | --with-collation argument for configure. Now one can for example use this:bar@bar.mysql.r18.ru2003-05-281-1/+1
* | mysqlimport.c, mysqldump.c, mysqlcheck.c:bar@bar.mysql.r18.ru2003-05-221-1/+2
* | mysqltest.c, mysqlimport.c, mysqldump.c, mysqlcheck.c, mysql.cc:root@home.(none)2003-03-161-6/+5
* | set_default_charset() is not used anymoreroot@home.(none)2003-03-161-1/+1
* | Removed ^Msalle@banica.(none)2002-12-271-1/+1
* | Add shared memory protocol and option --protocolwax@mysql.com2002-11-151-1/+31
|/
* fixed so that --ssl and --skip-ssl works with the MySQL clients.monty@mashka.mysql.fi2002-09-171-5/+3
* Removed wrong mutex lock (hangup in kill on HPUX)monty@mashka.mysql.fi2002-08-241-0/+6
* Fix for SSL and new my_getoptmonty@hundin.mysql.fi2002-08-091-1/+3
* Added useful exit error code for programs using my_getopt in casejani@hynda.(none)2002-05-291-6/+3
* moved my_getopt.h under client_priv.hjani@hynda.(none)2002-05-221-2/+1
* - Added new type GET_STRALC to my_getopt.jani@rhols221.adsl.netsonic.fi2002-05-141-44/+4
* - Fixed some option types in my_getopt struct in all clients.jani@dsl-jkl1657.dial.inet.fi2002-05-111-3/+4
* mergejani@hynda.mysql.fi2002-04-031-0/+11
* Changed mysql, mysqladmin, mysqlshow, mysqldump, mysqlimport,jani@hynda.mysql.fi2002-04-021-175/+157
* Update copyrightmonty@hundin.mysql.fi2001-12-061-7/+7
* SSL compiles and works as far as can see. Continue testing..tonu@volk.internalnet2001-09-301-1/+1