summaryrefslogtreecommitdiff
path: root/client
Commit message (Collapse)AuthorAgeFilesLines
* Extended manual section about MySQL statesmonty@hundin.mysql.fi2001-11-281-13/+13
|
* Added quoting to XML in mysqldump.jani@hynda.mysql.fi2001-11-261-11/+33
|
* Fixes for embedded version.monty@hundin.mysql.fi2001-11-251-4/+3
|
* use env vars for socket/port in connect in mysqltestsasha@mysql.sashanet.com2001-11-171-4/+25
| | | | | | --local-master option in mysql-test-run do not log CREATE TABLE when doing table dump fix replication to slave off 3.23 master
* work to enable reading 3.23 logs - not yet finishedsasha@mysql.sashanet.com2001-11-101-3/+78
| | | | | moved fail-safe replication routines from sql_repl.cc to repl_failsafe.cc write start event only in the first log
* Portability fix.monty@hundin.mysql.fi2001-11-072-2/+2
| | | | Fixed linking problem with InnoDB.
* Merge work:/home/bk/mysql-4.0 into hundin.mysql.fi:/my/bk/mysql-4.0monty@hundin.mysql.fi2001-11-072-33/+110
|\
| * Added internal command \! to mysql client which can be usedjani@hynda.mysql.fi2001-11-061-2/+28
| | | | | | | | to execute system commands within the client in UNIX.
| * Fixed a bug in mysql.ccjani@hynda.mysql.fi2001-11-061-2/+4
| |
| * Added xml patch to mysqldump.jani@hynda.mysql.fi2001-11-051-30/+79
| | | | | | | | | | | | | | | | | | | | | | | | Made innodb to compile more cleanly with debugging options enabled. Fixed a few bugs and found a few possible bugs, which I hope Heikki will check. Comments needs to be fixed too. Some while() functions should be changed to do ... until for documenting purposes, because some of them must and will be processed at least once, or a variable would be used uninitialized. Regards, Jani
* | Portability fixmonty@hundin.mysql.fi2001-11-071-2/+6
|/ | | | Cleanup typos (like SKIPP -> SKIP)
* Make ft_xxx variables ulong to not break mysqld.cc init of variables.monty@hundin.mysql.fi2001-11-051-11/+23
| | | | mysqltest: replace_result now also affects error messages
* Fixes up things after merge from 3.23.44monty@hundin.mysql.fi2001-11-052-6/+2
| | | | | Portability fixes. Don't delete temporary tables on FLUSH tables.
* merge with 3.23.44monty@hundin.mysql.fi2001-11-043-7/+9
|\
| * Fix that mysqladmin shutdown can be interrupted with ^Cmonty@hundin.mysql.fi2001-11-031-2/+2
| | | | | | | | | | | | Fixed bug with BLOB keys in BDB tables Fixed problem with MERGE tables on OS with 32 bit files Fixed that TIME_TO_SEC() works with negative times
| * Update for OS2 (patch from Yuri Dario).monty@hundin.mysql.fi2001-10-312-8/+6
| | | | | | | | | | | | Use LONG_TIMEOUT (one year) instead of ~0 for long timeouts Fixed error messages. Fixed problem with const propagation when comparing columns of different types
* | Fix error messagesmonty@hundin.mysql.fi2001-11-041-8/+20
| | | | | | | | mysqltest now also writes failed error messages to log
* | SSL fixes.tonu@volk.internalnet2001-11-011-0/+7
| |
* | mysql.cc Testing commit triggermwagner@evoq.mwagner.org2001-10-151-1/+1
| |
* | 64-bit portability fixes in network I/Osasha@mysql.sashanet.com2001-10-131-0/+3
| | | | | | | | | | use $MAX_TABLES mysqltest variable to make join test portable make test now works with the manager on IA64 Linux
* | changed manager to use my_net_*sasha@mysql.sashanet.com2001-10-121-2/+2
| | | | | | | | fixed bug in master - unregister slaves when they disconnect
* | Merge work:/home/bk/mysql-4.0sasha@mysql.sashanet.com2001-10-111-2/+13
|\ \ | | | | | | | | | into mysql.sashanet.com:/home/sasha/src/bk/mysql-4.0
| * | fixes for mysql-test to run without managersasha@mysql.sashanet.com2001-10-111-2/+13
| | | | | | | | | | | | a bit more work on failsafe replication
* | | Cleanupsmonty@hundin.mysql.fi2001-10-111-14/+2
|/ /
* | Merge work:/home/bk/mysql-4.0sasha@mysql.sashanet.com2001-10-101-1/+1
|\ \ | | | | | | | | | into mysql.sashanet.com:/home/sasha/src/bk/mysql-4.0
| * | Always build thread safe client libraries in the distributed buildmonty@hundin.mysql.fi2001-10-101-1/+1
| | | | | | | | | | | | Add mysqlmanager to binary distribution.
* | | got the last changeset to compile/runsasha@mysql.sashanet.com2001-10-101-3/+8
|/ / | | | | | | | | mysqltest can run without connecting to the manager for tests that do not require manager operations
* | One should not only have to include my_net.h to work with sockets.monty@hundin.mysql.fi2001-10-092-4/+4
| | | | | | | | | | | | This wrapper noew will include all the necessary, system specific files, which makes all normal source files much easier to write and maintain. Portability fixes.
* | Cleanup after last mergemonty@hundin.mysql.fi2001-10-081-5/+9
| |
* | mergemonty@hundin.mysql.fi2001-10-085-121/+225
|\ \
| * | Updated manual about embedded version.monty@hundin.mysql.fi2001-10-085-121/+226
| | | | | | | | | | | | | | | | | | | | | | | | | | | Speed up column-completion in 'mysql' Don't use ISAM if HAVE_ISAM is not defined A lot of fixes for the embedded version. All libraries are now included in libmysqld.a Changed arguments to convert_dirname() to make it more general. Renamed files in the 'merge' directory to all use a common prefix. Don't compile both assembler and C functions on x86
* | | Mergemonty@work.mysql.com2001-10-071-32/+46
|\ \ \ | | |/ | |/|
| * | Fix for 'mysqladmin -w1 unknown-command'monty@hundin.mysql.fi2001-10-071-32/+46
| | | | | | | | | | | | Manual Changelog update
* | | Mergesasha@mysql.sashanet.com2001-10-043-45/+86
|\ \ \ | | |/ | |/|
| * | Applied a patch for mysqldumpjani@hynda.mysql.fi2001-10-041-27/+68
| | |
| * | Fixed some build problems.monty@hundin.mysql.fi2001-10-042-18/+18
| | | | | | | | | | | | | | | | | | Fix that compressed packets and normal packets looks indentical before calling net_real_write() (Needed for query cache) Optimize IS NULL handling
* | | changes to make things work in the max versionsasha@mysql.sashanet.com2001-10-041-1/+10
| | |
* | | mergedsasha@mysql.sashanet.com2001-10-037-22/+30
|\ \ \ | |/ /
| * | mergemonty@work.mysql.com2001-10-021-1/+1
| |\ \ | | |/
| | * Fix for make distmonty@hundin.mysql.fi2001-10-021-2/+2
| | | | | | | | | | | | | | | Made replication test portable Fixed buffer overrun bug in replication
| | * Fixed bug in INSERT DELAYEDmonty@hundin.mysql.fi2001-10-021-1/+1
| | | | | | | | | | | | | | | Fixed some problems in SHOW CREATE TABLE Fixed calculation of checksums in myisamchk
| * | Cleaned up SSL documentationmonty@hundin.mysql.fi2001-10-022-21/+23
| | | | | | | | | | | | | | | | | | | | | Fixes for embedded server Made key_cache more configurable Fixed that one can change key blocksize in MyISAM A lot of optimizations to make MyISAM slightly faster
| * | Portability fixmonty@hundin.mysql.fi2001-09-301-1/+0
| | |
| * | SSL compiles and works as far as can see. Continue testing..tonu@volk.internalnet2001-09-306-6/+8
| | |
* | | mysqltest can now talk to manager and start/stop servers with sasha@mysql.sashanet.com2001-10-011-2/+91
| | | | | | | | | | | | | | | | | | server_start/server_stop changed rpl000018 to use the new server restart feature instead of a hack
* | | client/mysqlmanagerc.csasha@mysql.sashanet.com2001-09-272-9/+44
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | added support for quiet increased line buffer size client/mysqltest.c fixed memory leak added query logging to result file added error message logging to result file added enable_query_log/disable_query_log mysql-test/mysql-test-run.sh converted tests to use mysqlmanager Updated test results
* | | mergedsasha@mysql.sashanet.com2001-09-225-39/+26
|\ \ \ | |/ /
| * | Portability fixmonty@hundin.mysql.fi2001-09-221-13/+9
| | |
| * | Added support of INSERT to MERGE tablesmonty@hundin.mysql.fi2001-09-222-22/+12
| | | | | | | | | | | | Fixes for embedded libary and openssl
| * | Fixes for distributed buildmonty@hundin.mysql.fi2001-09-211-2/+2
| | | | | | | | | | | | | | | Changed --do-pstack to --enable-pstack Removed pstack from default build