Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Disabling broken building of mysql_tztime_to_sql utility to allow perform ↵ | dlenev@brandersnatch.localdomain | 2004-06-23 | 1 | -10/+1 |
| | | | | test builds. | ||||
* | Fix for build from bk failures with old automake. | dlenev@brandersnatch.localdomain | 2004-06-22 | 1 | -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.net | 2004-06-18 | 1 | -1/+1 |
| | | | | MySql -> MySQL (Bug #4182) | ||||
* | Fix skipp -> skip once and for all. | paul@kite-hub.kitebird.com | 2004-06-03 | 1 | -1/+1 |
| | | | | (Note: This affects only comments, not variable names.) | ||||
* | merge with 4.0 to get Netware patches and fixes for libmysqld.dll | monty@mysql.com | 2004-05-25 | 1 | -3/+18 |
|\ | |||||
| * | Merge bk-internal.mysql.com:/home/bk/mysql-4.0 | monty@mysql.com | 2004-05-25 | 1 | -5/+19 |
| |\ | | | | | | | | | | into mysql.com:/tmp/skr99/mysql-4.0 | ||||
| | * | Added patches from Novell | monty@mysql.com | 2004-05-25 | 1 | -5/+19 |
| | | | |||||
| * | | Added support for projects 'classic', 'classic nt', 'pro' and 'pro nt' | monty@mysql.com | 2004-05-19 | 1 | -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 resolve | tulin@build.mysql.com | 2004-05-10 | 2 | -2/+24 |
|\ \ | |||||
| * | | extended perror to enable printing of storage engine specific errors for ndb | tomas@mc05.(none) | 2004-05-05 | 2 | -2/+24 |
| | | | |||||
* | | | Portability fixes | monty@mysql.com | 2004-05-07 | 1 | -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.19 | monty@mysql.com | 2004-05-05 | 2 | -3/+4 |
|\ \ \ | |/ / |/| / | |/ | |||||
| * | typo fixed | serg@serg.mylan | 2004-04-28 | 1 | -1/+1 |
| | | |||||
| * | memory overflow in replace.c fixed | serg@serg.mylan | 2004-04-28 | 1 | -1/+2 |
| | | |||||
| * | don't mention max row size, it's storage-engine dependent | serg@serg.mylan | 2004-04-27 | 1 | -1/+1 |
| | | |||||
* | | merge with 4.0 | monty@mysql.com | 2004-03-16 | 1 | -17/+24 |
|\ \ | |/ | |||||
| * | Ensure that install_test_db.sh script works with both 'make install' and ↵ | monty@mysql.com | 2004-03-12 | 1 | -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.com | 2004-03-09 | 1 | -8/+15 |
| | | | | | | | | Fix comment typos. (Skipp -> Skip) | ||||
* | | Merge with 4.0 | monty@narttu.mysql.fi | 2003-11-04 | 1 | -4/+0 |
|\ \ | |/ | |||||
| * | 4 small items in this: | guilhem@mysql.com | 2003-10-31 | 1 | -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.16 | monty@narttu.mysql.fi | 2003-10-07 | 2 | -4/+3 |
|\ \ | |/ | |||||
| * | After merge fixes | monty@narttu.mysql.fi | 2003-10-07 | 1 | -0/+1 |
| | | |||||
| * | Merge with 3.23.58 | monty@narttu.mysql.fi | 2003-10-06 | 1 | -3/+1 |
| |\ | |||||
| | * | Portability fix | monty@narttu.mysql.fi | 2003-10-06 | 1 | -1/+1 |
| | | | |||||
| | * | - backported compatibility fix for extra/resolveip.c from 4.0 | lenz@mysql.com | 2003-09-11 | 1 | -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.0 | monty@narttu.mysql.fi | 2003-09-23 | 1 | -1/+1 |
| |\ \ | | | | | | | | | | | | | into narttu.mysql.fi:/my/mysql-4.0 | ||||
| | * | | - fixed several typos ("uppdate"->"update" and "tryed"->"tried") | lenz@mysql.com | 2003-09-19 | 1 | -1/+1 |
| | | | | |||||
| * | | | Block SIGPIPE also for not threaded client programs. | monty@narttu.mysql.fi | 2003-09-23 | 1 | -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 fix | bar@bar.mysql.r18.ru | 2003-09-22 | 1 | -2/+0 |
| | | | |||||
* | | | comp_err.c: | bar@bar.mysql.r18.ru | 2003-09-19 | 1 | -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.ru | 2003-09-17 | 1 | -3/+11 |
| | | | |||||
* | | | Preparing to support character set in error messages | bar@bar.mysql.r18.ru | 2003-09-17 | 1 | -0/+25 |
| | | | |||||
* | | | merge with 4.0.15 | monty@narttu.mysql.fi | 2003-08-29 | 2 | -8/+32 |
|\ \ \ | |/ / | |||||
| * | | Removed restriction not to be able use non regular files. | jani@rhols221.adsl.netsonic.fi | 2003-08-28 | 1 | -0/+1 |
| | | | |||||
| * | | Add detection of in_addr_t | monty@narttu.mysql.fi | 2003-08-28 | 2 | -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 given | jani@rhols221.adsl.netsonic.fi | 2003-08-27 | 1 | -4/+25 |
| | | | | | | | | | | | | | | | and --defaults-file is a non-existing or non-regular file. Bug#755 | ||||
| * | | merged | serg@serg.mylan | 2003-08-21 | 1 | -1/+1 |
| |\ \ | | |/ | |||||
| | * | Fix for 64-bit CPUs (u_long is 64 bit there, but in_addr_t is always uint32). | guilhem@mysql.com | 2003-08-18 | 1 | -1/+1 |
| | | | | | | | | | | | | That's to make resolveip work on our FreeBSD-5.0/Sparc64 build host. | ||||
* | | | Merge with 4.0.14 | monty@mashka.mysql.fi | 2003-08-11 | 1 | -1/+1 |
|\ \ \ | |/ / | |||||
| * | | perror.c: | paul@ice.local | 2003-07-12 | 1 | -1/+1 |
| | | | | | | | | | | | | fix typo. | ||||
* | | | consistency fix - all help texts for command-line options should end with a dot. | serg@serg.mylan | 2003-06-13 | 3 | -10/+9 |
| | | | |||||
* | | | Removed some not used files | monty@narttu.mysql.fi | 2003-04-22 | 2 | -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 directory | root@home.(none) | 2003-03-16 | 4 | -8/+8 |
| | | | | | | | | | | | | and isn't used in libraries any longer | ||||
* | | | Merge with 4.0.11 tree to get latest bug fixes | monty@mashka.mysql.fi | 2003-02-17 | 1 | -0/+14 |
|\ \ \ | |/ / | |||||
| * | | Fixed multi-table-delete for InnoDB tables | monty@mashka.mysql.fi | 2003-02-17 | 1 | -0/+14 |
| | | | | | | | | | | | | Novell patches | ||||
* | | | Merge with 4.0.11 | monty@mashka.mysql.fi | 2003-02-04 | 2 | -3/+10 |
|\ \ \ | |/ / | |||||
| * | | low-level error messages cleanup | serg@serg.mysql.com | 2003-01-28 | 1 | -2/+6 |
| | | | |||||
| * | | Fixes for Netware | monty@mashka.mysql.fi | 2003-01-28 | 1 | -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.9 | monty@mashka.mysql.fi | 2003-01-18 | 1 | -4/+21 |
|\ \ \ | |/ / | |||||
| * | | Portability fix | monty@mashka.mysql.fi | 2003-01-09 | 1 | -4/+21 |
| | | |