summaryrefslogtreecommitdiff
path: root/extra
Commit message (Collapse)AuthorAgeFilesLines
* Merge with 4.0monty@narttu.mysql.fi2003-11-041-4/+0
|\
| * 4 small items in this:guilhem@mysql.com2003-10-311-4/+0
| | | | | | | | | | | | | | | | | | | | | | - when we don't have in_addr_t, use uint32. - a forgotten initialization of slave_proxy_id in sql/log_event.cc (was not really "forgot", was "we needn't init it there", but there was one case where we needed...). - made slave_proxy_id always meaningful in THD and Log_event, so we can rely more on it (no need to test if it's meaningful). THD::slave_proxy_id is equal to THD::thread_id except for the slave SQL thread. - clean up the slave's temporary table (i.e. free their memory) when slave server shuts down.
* | Merge with 4.0.16monty@narttu.mysql.fi2003-10-072-4/+3
|\ \ | |/
| * After merge fixesmonty@narttu.mysql.fi2003-10-071-0/+1
| |
| * Merge with 3.23.58monty@narttu.mysql.fi2003-10-061-3/+1
| |\
| | * Portability fixmonty@narttu.mysql.fi2003-10-061-1/+1
| | |
| | * - backported compatibility fix for extra/resolveip.c from 4.0lenz@mysql.com2003-09-111-0/+4
| | | | | | | | | | | | to be able to compile on HP-UX 10.20 (which does not have in_add_t).
| * | Merge bk-internal.mysql.com:/home/bk/mysql-4.0monty@narttu.mysql.fi2003-09-231-1/+1
| |\ \ | | | | | | | | | | | | into narttu.mysql.fi:/my/mysql-4.0
| | * | - fixed several typos ("uppdate"->"update" and "tryed"->"tried")lenz@mysql.com2003-09-191-1/+1
| | | |
| * | | Block SIGPIPE also for not threaded client programs.monty@narttu.mysql.fi2003-09-231-1/+1
| |/ / | | | | | | | | | | | | | | | | | | Added --include and --libs_r options to mysql_config. Added mysql_get_client_version() to client library Fixed some minor benchmark issues
* | | Bug 1350 fixbar@bar.mysql.r18.ru2003-09-221-2/+0
| | |
* | | comp_err.c:bar@bar.mysql.r18.ru2003-09-191-1/+3
| | | | | | | | | | | | | | | There are some problems compiling with pure "configure" I need to fix it first.
* | | Charset number is now stored into error.sys by comp_err and loaded by mysqld.bar@bar.mysql.r18.ru2003-09-171-3/+11
| | |
* | | Preparing to support character set in error messagesbar@bar.mysql.r18.ru2003-09-171-0/+25
| | |
* | | merge with 4.0.15monty@narttu.mysql.fi2003-08-292-8/+32
|\ \ \ | |/ /
| * | Removed restriction not to be able use non regular files.jani@rhols221.adsl.netsonic.fi2003-08-281-0/+1
| | |
| * | Add detection of in_addr_tmonty@narttu.mysql.fi2003-08-282-9/+11
| | | | | | | | | | | | | | | | | | | | | Add pack_bits to pack_reclength for dynamic rows. This solves buffer a possible buffer overflow on update. (This will probably solve bug #563) Fix test for available file descriptors in mysqltest Fixed core dump bug in replication tests when running without transactional table support
| * | Added a warning to my_print_defaults if --verbose is givenjani@rhols221.adsl.netsonic.fi2003-08-271-4/+25
| | | | | | | | | | | | | | | and --defaults-file is a non-existing or non-regular file. Bug#755
| * | mergedserg@serg.mylan2003-08-211-1/+1
| |\ \ | | |/
| | * Fix for 64-bit CPUs (u_long is 64 bit there, but in_addr_t is always uint32).guilhem@mysql.com2003-08-181-1/+1
| | | | | | | | | | | | That's to make resolveip work on our FreeBSD-5.0/Sparc64 build host.
* | | Merge with 4.0.14monty@mashka.mysql.fi2003-08-111-1/+1
|\ \ \ | |/ /
| * | perror.c:paul@ice.local2003-07-121-1/+1
| | | | | | | | | | | | fix typo.
* | | consistency fix - all help texts for command-line options should end with a dot.serg@serg.mylan2003-06-133-10/+9
| | |
* | | 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.