summaryrefslogtreecommitdiff
path: root/client
Commit message (Collapse)AuthorAgeFilesLines
* 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
| * | Integrated table->ref_primary_key into table->part_of_keymonty@hundin.mysql.fi2001-09-211-2/+3
| | | | | | | | | | | | Fixed bug in UNION
* | | added mysqlmanager-pwgensasha@mysql.sashanet.com2001-09-223-4/+157
| | | | | | | | | | | | | | | | | | | | | added set_exec_stdout and set_exec_stderr to mysqlmanager to be able to redirect stdout and stderr added support for MY_FULL_IO to my_read, so we can tell it to read a number of bytes in as many chunks as it takes instead of one try
* | | GRANT ... REQUIRE ( for SSL).sasha@mysql.sashanet.com2001-09-191-1/+1
| | |
* | | mergedsasha@mysql.sashanet.com2001-09-192-5/+196
|\ \ \ | |/ / |/| |
| * | fixes for MYSQL managersasha@mysql.sashanet.com2001-09-192-1/+192
| | |
* | | mergemonty@work.mysql.com2001-09-171-0/+4
|\ \ \ | | |/ | |/|
| * | fixed bug in mysqltestsasha@mysql.sashanet.com2001-09-151-0/+4
| | | | | | | | | | | | | | | | | | updated mysql-test-run with features from 4.0 added a test case for broken load data from master for MyISAM tables with checksum
* | | Fixed bug with SELECT * ... UNIONmonty@hundin.mysql.fi2001-09-172-2/+2
| | |
* | | Mergetim@black.box2001-09-162-0/+24
|\ \ \
| * | | Add some examples for using libmysqld, including a hack for running thetim@black.box2001-09-162-0/+24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | mysql test suite. A few minor libmysqld fixes. Add mysql_server_init() and _end() to mysql.cc and mysqltest.c, so they can be linked against libmysqlclient or libmysqld.
* | | | Portability fixesmonty@hundin.mysql.fi2001-09-171-4/+4
| | | |
* | | | 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
|\ \ | |/