summaryrefslogtreecommitdiff
path: root/extra
Commit message (Collapse)AuthorAgeFilesLines
* Removed some not used filesmonty@narttu.mysql.fi2003-04-222-259/+1
| | | | | Remove the 'fs' file systems as this is not maintained. Moved programs from client to tests
* system_charset_info has been moved to /sql directoryroot@home.(none)2003-03-164-8/+8
| | | | and isn't used in libraries any longer
* Merge with 4.0.11 tree to get latest bug fixesmonty@mashka.mysql.fi2003-02-171-0/+14
|\
| * Fixed multi-table-delete for InnoDB tablesmonty@mashka.mysql.fi2003-02-171-0/+14
| | | | | | | | Novell patches
* | Merge with 4.0.11monty@mashka.mysql.fi2003-02-042-3/+10
|\ \ | |/
| * low-level error messages cleanupserg@serg.mysql.com2003-01-281-2/+6
| |
| * Fixes for Netwaremonty@mashka.mysql.fi2003-01-281-1/+4
| | | | | | | | | | | | | | | | Call pthread_mutex_destroy() on not used mutex. Changed comments in .h and .c files from // -> /* */ Added detection of mutex on which one didn't call pthread_mutex_destroy() Fixed bug in create_tmp_field() which causes a memory overrun in queries that uses "ORDER BY constant_expression" Added optimisation for ORDER BY NULL
* | Merge with 4.0.9monty@mashka.mysql.fi2003-01-181-4/+21
|\ \ | |/
| * Portability fixmonty@mashka.mysql.fi2003-01-091-4/+21
| |
* | merge with 4.0.9monty@mashka.mysql.fi2003-01-092-1/+87
|\ \ | |/ | | | | To get bug fixes for TCP/IP connections, FORCE INDEX and OPTIMIZE TABLE with NULL keys
| * Fixed a couple of bugs.jani@hynda.(none)2003-01-081-5/+5
| |
| * Added new program, mysql_waitpid.jani@hynda.(none)2003-01-072-1/+87
| |
* | Merge with 4.0.8monty@mashka.mysql.fi2003-01-031-0/+1
|\ \ | |/
| * perror.c:heikki@hundin.mysql.fi2002-12-141-0/+1
| | | | | | | | Add to perror the code 150 about wrong foreign key def
* | removed redundant -I include-dirsserg@serg.mysql.com2002-11-261-1/+1
| |
* | Merge with 4.0monty@mashka.mysql.fi2002-11-211-1/+1
|\ \ | |/
| * merge with 3.23monty@mashka.mysql.fi2002-11-191-1/+1
| |\
| | * - Applied required modifications for automake 1.5lenz@mysql.com2002-11-171-9/+0
| | | | | | | | | | | | - "make distcheck" needs to be fixed
* | | mergedserg@serg.mysql.com2002-10-144-8/+11
|\ \ \ | |/ / |/| |
| * | Merge with 4.0.3monty@narttu.mysql.fi2002-08-304-8/+11
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Some simple optimzations, more comments and indentation changes. Add ` around database in 'use database' in binary log. Moved max_error_count and max_warning_count to variables struct. Removed SHOW_WARNS_COUNT and SHOW_ERRORS_COUNT calls. Changed string functions to use character set of first string argument as default return characterset (Each string function can change the above assumption if needed)
| | * \ merge with 4.0monty@hundin.mysql.fi2002-06-035-212/+205
| | |\ \
| | * | | New ctype functions/macros to support many charsets at a timebar@gw.udmsearch.izhnet.ru2002-03-124-8/+8
| | | | |
* | | | | - Applied required modifications for automake 1.5lenz@mysql.com2002-10-011-9/+0
|/ / / / | | | | | | | | | | | | | | | | - some additional small fixes - added "depcomp" for automake 1.5
* | | | Big code cleanup/review before 4.0.2 release.monty@mashka.mysql.fi2002-06-111-67/+63
| |/ / |/| | | | | | | | | | | (All commit emails since 4.0.1 checked) This had to be done now, before the 4.1 tree changes to much, to make it easy to propagate bug fixes to the 4.1 tree.
* | | merge with 3.23monty@hundin.mysql.fi2002-06-021-1/+1
|\ \ \ | | |/ | |/|
| * | Portability fixes for SCO and HPUXmonty@hundin.mysql.fi2002-05-311-1/+1
| | | | | | | | | | | | | | | Change TRUNCATE(number) to truncate towards zero for negative numbers Fix NULL handling for DESCRIBE table_name
* | | Added useful exit error code for programs using my_getopt in casejani@hynda.(none)2002-05-295-30/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | of an error in option handling. This can sometimes be useful in scripts. Changed some exit code names and corresponding numbers. Fixed a bug in mysqld.cc, in replication related options. Added a global flag in my_getopt, which can be set by any program that is using my_getopt, which tells whether the client should print the error message itself, or whether my_getopt should do it. The default is that my_getopt will print the error messages.
* | | merge with 3.23.51monty@hundin.mysql.fi2002-05-271-5/+0
|\ \ \ | |/ /
| * | Split raid C function to separate file to make things more portable.monty@hundin.mysql.fi2002-05-271-5/+0
| | | | | | | | | | | | | | | Fixed some portability things in my_gethostbyname_r Portability fix for type_decimal.test
| * | Sergei's MyODBC fixmiguel@hegel.local2002-05-121-2/+2
| | |
| * | Portability fix for SCOmonty@hundin.mysql.fi2001-12-271-24/+25
| | |
* | | moved my_getopt.h under client_priv.hjani@hynda.(none)2002-05-225-199/+212
| | | | | | | | | | | | | | | Changed my_print_defaults, mysql_install, perror, resolve_stack_dump, resolveip and pack_isam to use my_getopt.
* | | init_dynamic_array MyODBC compatibility fixserg@serg.mysql.com2002-04-282-3/+3
| |/ |/|
* | mergemonty@hundin.mysql.fi2002-01-021-1/+1
|\ \
| * | Added macros for nice TIMESPEC usage.monty@hundin.mysql.fi2002-01-021-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Fixes for building MySQL with gcc 3.0 Added SIGNED / UNSIGNED casts Fixed core dump bug in net_clear() with libmysqld. Back to using semaphores in query cache. Added 'Null' and 'Index_type' to SHOW INDEX.
* | | some work on mysql_installsasha@mysql.sashanet.com2001-12-252-3/+195
|/ /
* | Merge with 3.23.47monty@hundin.mysql.fi2001-12-152-1/+64
|\ \ | |/
| * slave-skip-errorssasha@mysql.sashanet.com2001-12-122-1/+64
| | | | | | | | | | | | added extra/mysql_install.c - will work on it in 4.0, but it does not hurt to have it sit in 3.23 tree for now since it will eventually be backported to 3.23 anyway
| * Small safety fixmonty@hundin.mysql.fi2001-11-281-0/+2
| |
* | Removed not used functions from sql_cachemonty@hundin.mysql.fi2001-12-141-2/+6
| | | | | | | | Added new tests to testsuite.
* | Update copyrightmonty@hundin.mysql.fi2001-12-066-108/+97
| | | | | | | | Fixed memory leak on shutdown (Affects the embedded version & MyODBC)
* | Patch for SCOmonty@hundin.mysql.fi2001-11-261-0/+2
| | | | | | | | Update test results for MySQL 4.0
* | merge with 3.23.44monty@hundin.mysql.fi2001-11-041-0/+6
|\ \ | |/
| * Portability fixesmonty@hundin.mysql.fi2001-10-311-2/+3
| |
* | One should not only have to include my_net.h to work with sockets.monty@hundin.mysql.fi2001-10-091-7/+2
| | | | | | | | | | | | 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.
* | Merge work.mysql.com:/home/bk/mysqlmonty@work.mysql.com2001-09-181-2/+15
|\ \ | |/ | | | | into work.mysql.com:/home/bk/mysql-4.0
| * Fix for LOAD DATA FROM MASTER when using tables with checksummonty@hundin.mysql.fi2001-09-181-2/+15
| | | | | | | | Fixed some wrong test cases
* | mergemonty@work.mysql.com2001-09-171-0/+4
|\ \ | |/
| * Added unique error for DEADLOCKmonty@hundin.mysql.fi2001-09-171-0/+4
| | | | | | | | Include missing man pages into binary distribution
* | Changed to use my_global.hmonty@hundin.mysql.fi2001-09-146-6/+6
| | | | | | | | | | Fixed problem with LIKE with latin1_de Added parsing support of UNSIGNED LONG LONG