summaryrefslogtreecommitdiff
path: root/client
Commit message (Collapse)AuthorAgeFilesLines
* Changed to use my_global.hmonty@hundin.mysql.fi2001-09-1412-12/+12
| | | | | Fixed problem with LIKE with latin1_de Added parsing support of UNSIGNED LONG LONG
* Merge with 3.23.42monty@work.mysql.com2001-09-137-47/+43
|\
| * OS2 patchmonty@hundin.mysql.fi2001-09-127-47/+43
| |
* | Merge work.mysql.com:/home/bk/mysqlmonty@work.mysql.com2001-09-041-3/+12
|\ \ | |/ | | | | into work.mysql.com:/home/bk/mysql-4.0
| * Forgot to change the version number.jani@hynda.mysql.fi2001-09-031-1/+1
| |
| * Fixed a problem with dumping string values in float and doublejani@hynda.mysql.fi2001-09-031-2/+11
| | | | | | | | fields (inf,nan,...); should be dumped as "NULL".
* | merge with 3.23.42monty@work.mysql.com2001-09-027-90/+125
|\ \ | |/
| * Portability fixesmonty@hundin.mysql.fi2001-08-301-3/+2
| |
| * Portability fixmonty@hundin.mysql.fi2001-08-301-8/+3
| |
| * Fixed bug in auto-increment handling with InnoDBmonty@hundin.mysql.fi2001-08-261-3/+5
| | | | | | | | Some small speedups
| * Mergetim@white.box2001-08-213-5/+6
| |\
| | * Portability fix in mysqlbinlog.cc (include my_pthread.h)tim@white.box2001-08-213-5/+6
| | | | | | | | | | | | | | | | | | | | | | | | Clean up 'unused argument' warnings Add extern "C" { ... } in my_pthread.h
| * | Fixes for OS2.monty@hundin.mysql.fi2001-08-225-71/+112
| | | | | | | | | | | | | | | Fix bug in isamlog Add argument types to function declarations.
| * | Portability fixes.monty@hundin.mysql.fi2001-08-211-2/+0
| |/ | | | | | | | | | | | | Patches required by Gemini Fix to properly detect if there is an active transaction in InnoDB Fix to not lock thread structure when doing automatic rollback when thread ends Allow -O lower_case_names=0 on UNIX
| * mergemonty@hundin.mysql.fi2001-08-181-86/+233
| |\
| | * Portability fixes.monty@hundin.mysql.fi2001-08-181-86/+233
| | | | | | | | | | | | | | | | | | Let myisamchk generate a new checksum for compressed data. Don't unconditionally force filenames to lower case on windows. Update mysqltest to match 4.0 source (to get some of the new bug fixes into 3.23)
* | | Fixed compilation problems when HAVE_OPENSSL is not definedtonu@x153.internalnet2001-09-011-0/+6
| | |
* | | SSL fixestonu@x153.internalnet2001-09-011-1/+1
| | |
* | | OpenSSL changestonu@x153.internalnet2001-08-271-0/+11
| | |
* | | Warning fixestonu@x153.internalnet2001-08-231-1/+1
| | |
* | | fixes in mysqltest and mysqlbinlogsasha@mysql.sashanet.com2001-08-201-17/+24
| | | | | | | | | | | | | | | | | | trying to understand why --bootstrap option does not create tables on disk, hope the problem will be fixed when I pull, if not will debug, but need to commit in order to pull
* | | mysqlbinlog.cc #include <my_pthread.h> before thr_alarm.htim@white.box2001-08-141-0/+1
| | |
* | | Cleanupsmonty@hundin.mysql.fi2001-08-131-0/+9
| | |
* | | mergedsasha@mysql.sashanet.com2001-08-111-1/+5
|\ \ \ | |/ /
| * | Merge work:/home/bk/mysqlsasha@mysql.sashanet.com2001-08-112-1/+492
| |\ \ | | |/ | |/| | | | into mysql.sashanet.com:/home/sasha/src/bk/mysql
* | | temp commit working on a mergesasha@mysql.sashanet.com2001-08-111-2/+0
| | |
* | | mergedsasha@mysql.sashanet.com2001-08-093-4/+503
|\ \ \ | | |/ | |/|
| * | Merge work:/home/bk/mysqlsasha@mysql.sashanet.com2001-08-092-1/+488
| |\ \ | | |/ | |/| | | | into mysql.sashanet.com:/home/sasha/src/bk/mysql
| | * mysqlbinlog->clientsasha@mysql.sashanet.com2001-08-092-1/+488
| | |
| * | Add --default-character-set option to mysqlimport. Thanks totim@white.box2001-08-071-2/+14
| |/ | | | | | | takeshi@softagent.co.jp for the patch.
* | Merge work.mysql.com:/home/bk/mysql-4.0tonu@x153.internalnet2001-07-241-1/+1
|\ \ | | | | | | | | | into x153.internalnet:/home/tonu/mysql-x
| * | OpenSSL fixes. Should not affect anything else.tonu@x153.internalnet2001-07-241-1/+1
| | |
* | | fixed uninitialized use of variable in mysqltestsasha@mysql.sashanet.com2001-07-111-10/+16
| | | | | | | | | | | | | | | fixed race condition in binary log auto-rotation get rid of extention in binary log to avoid non-rotatable logs
* | | Redefinition of myisam_bulk_insert_tree_sizemonty@tik.mysql.fi2001-07-101-7/+1
| | | | | | | | | | | | | | | | | | | | | | | | Removed new error message Fixed test case for varbinary Threads are again killable in "merge_buffers" Cleanup of sql_repl.cc SHOW OPEN TABLES now works when no tables are opened
* | | mergemonty@tik.mysql.fi2001-07-081-13/+13
|\ \ \
| * | | Added support for ANSI SQL X'hex-string' format.monty@tik.mysql.fi2001-07-041-13/+13
| |/ / | | | | | | | | | | | | Fixed mysqldump to use -- instead of # as comment characters. Removed support for the 3.20 protocol format
* | | support for eval_result and let $var = `query` syntax in mysql-testsasha@mysql.sashanet.com2001-06-301-33/+97
|/ / | | | | | | fixes for rpl_log test to make it config-independent
* | Fixed bug in multi-table-delete codemonty@hundin.mysql.fi2001-06-241-3/+10
| |
* | mergemonty@work.mysql.com2001-06-211-20/+30
|\ \ | |/
| * Fixed bug in mysqlcheck when using --fastmonty@hundin.mysql.fi2001-06-191-20/+30
| | | | | | | | | | | | Fixed problem when converting bigint to double. Fixed bug in count(distinct null) Fixed bug with empty BDB tables.
* | mergemonty@work.mysql.com2001-06-121-12/+159
|\ \ | |/
| * Added --verbose option to mysqlshowmonty@hundin.mysql.fi2001-06-121-12/+159
| | | | | | | | Fixes for making distribution
* | fixed bugs in mysqltest to get nested while loops to worksasha@mysql.sashanet.com2001-06-111-9/+23
| | | | | | | | added multi-delete test case that does not work - something for Sinisa to fix
* | fixed new error messages and got vio to compilesasha@mysql.sashanet.com2001-06-082-3/+16
| |
* | Merge work:/home/bk/mysql-4.0sasha@mysql.sashanet.com2001-06-081-3/+46
|\ \ | | | | | | | | | into mysql.sashanet.com:/home/sasha/src/bk/mysql-4.0
| * | auto-magic replication redirection logic support in the client,sasha@mysql.sashanet.com2001-06-081-3/+46
| | | | | | | | | | | | | | | | | | compiles, passes test suite, does magic, has bugs, but none that I know at this point. Have not tested everything yet, though. Changed a lot of code in the client, but normal stuff appears to be working.
* | | mergemonty@hundin.mysql.fi2001-06-051-2/+9
|\ \ \ | |/ /
| * | Merge work:/home/bk/mysql-4.0tim@threads.polyesthetic.msg2001-06-041-2/+9
| |\ \ | | | | | | | | | | | | into threads.polyesthetic.msg:/home/tim/my/4
| | * | Various changes to get libmysqld in sync with latest sources.tim@threads.polyesthetic.msg2001-06-041-2/+9
| | | |
* | | | Symlinking of tables should not work.monty@hundin.mysql.fi2001-06-051-15/+20
|/ / / | | | | | | | | | | | | | | | Fixed error number handling bug in mysqltest. Fixed that error number from insert delayed is reported correctly. merged new vio code with old violite code.