summaryrefslogtreecommitdiff
path: root/extra
Commit message (Collapse)AuthorAgeFilesLines
* Disabling broken building of mysql_tztime_to_sql utility to allow perform ↵dlenev@brandersnatch.localdomain2004-06-231-10/+1
| | | | test builds.
* Fix for build from bk failures with old automake.dlenev@brandersnatch.localdomain2004-06-221-2/+12
| | | | | mysql_tzinfo_to_sql converter was moved to extra/ directory and its build was made compatible with older automake versions.
* perror.c:paul@ice.snake.net2004-06-181-1/+1
| | | | MySql -> MySQL (Bug #4182)
* Fix skipp -> skip once and for all.paul@kite-hub.kitebird.com2004-06-031-1/+1
| | | | (Note: This affects only comments, not variable names.)
* merge with 4.0 to get Netware patches and fixes for libmysqld.dllmonty@mysql.com2004-05-251-3/+18
|\
| * Merge bk-internal.mysql.com:/home/bk/mysql-4.0monty@mysql.com2004-05-251-5/+19
| |\ | | | | | | | | | into mysql.com:/tmp/skr99/mysql-4.0
| | * Added patches from Novellmonty@mysql.com2004-05-251-5/+19
| | |
| * | Added support for projects 'classic', 'classic nt', 'pro' and 'pro nt'monty@mysql.com2004-05-191-1/+1
| |/ | | | | | | | | | | | | Ensured that all projects compile Removed compiler warnings Better setting of server_version variable. Fix that make_win_src_distribution creates the privilege tables.
* | merge resolvetulin@build.mysql.com2004-05-102-2/+24
|\ \
| * | extended perror to enable printing of storage engine specific errors for ndbtomas@mc05.(none)2004-05-052-2/+24
| | |
* | | Portability fixesmonty@mysql.com2004-05-071-1/+1
| | | | | | | | | | | | | | | Change strtoll -> my_strtoll10() Fixed bug in my_strntoul() and my_strntol() where we got different values on 32 and 64 bit systems (Bug #3472)
* | | Merge with 4.0.19monty@mysql.com2004-05-052-3/+4
|\ \ \ | |/ / |/| / | |/
| * typo fixedserg@serg.mylan2004-04-281-1/+1
| |
| * memory overflow in replace.c fixedserg@serg.mylan2004-04-281-1/+2
| |
| * don't mention max row size, it's storage-engine dependentserg@serg.mylan2004-04-271-1/+1
| |
* | merge with 4.0monty@mysql.com2004-03-161-17/+24
|\ \ | |/
| * Ensure that install_test_db.sh script works with both 'make install' and ↵monty@mysql.com2004-03-121-9/+9
| | | | | | | | | | | | | | 'make_binary_distribution' layouts Abort if we can't allocate memory for table cache Fix bug with multi-update-tables and BDB tables.
| * Reword comment/help message.paul@teton.kitebird.com2004-03-091-8/+15
| | | | | | | | Fix comment typos. (Skipp -> Skip)
* | 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
| | |