Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed multi-table-delete for InnoDB tables | monty@mashka.mysql.fi | 2003-02-17 | 1 | -5/+10 |
| | | | | Novell patches | ||||
* | Allow 4.0 to read new 4.1 .frm files | monty@mashka.mysql.fi | 2003-02-07 | 1 | -1/+0 |
| | |||||
* | - added netware subdirectory to distribution | lenz@mysql.com | 2003-01-28 | 1 | -1/+1 |
| | |||||
* | Fixes for Netware | monty@mashka.mysql.fi | 2003-01-28 | 1 | -1/+2 |
| | | | | | | | | 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 3.23.55 | monty@mashka.mysql.fi | 2003-01-25 | 1 | -1/+1 |
|\ | |||||
| * | - reverted previous patch ("make distclean" tried to clean libmysql_r | lenz@mysql.com | 2003-01-23 | 1 | -1/+1 |
| | | | | | | | | | | twice, if --enabable-thread-safe-client is enabled, which broke RPM building) | ||||
* | | Merge with 3.23 | monty@mashka.mysql.fi | 2003-01-16 | 1 | -3/+3 |
|\ \ | |/ | |||||
| * | - Applied various patches provided by Christian Hammers (MySQL maintainer | lenz@mysql.com | 2002-12-23 | 1 | -2/+2 |
| | | | | | | | | | | for the Debian project) to fix some architecture-specific problems and some bugs | ||||
* | | - Removed MIRRORS from EXTRA_DIST files in Makefile.am to get | lenz@mysql.com | 2002-07-22 | 1 | -1/+1 |
| | | | | | | | | "make dist" succeed again. | ||||
* | | merge to 3.23.51 | monty@hundin.mysql.fi | 2002-05-20 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Added os2 source directory to source distribution | lenz@mysql.com | 2002-05-17 | 1 | -1/+1 |
| | | | | | | | | (thanks to Yuri Dario <mc6530@mclink.it> for pointing this out) | ||||
| * | Fixed sql_yacc.yy to be compatible with bison 1.31 and above. | lenz@mysql.com | 2002-05-15 | 1 | -1/+1 |
| | | | | | | | | | | Made detection of GNU tar a bit more flexible. Only use /usr/local/mysql-glibc if it actually exists | ||||
* | | Reworked the RPM spec file and added several fixes to make the | lenz@mysql.com | 2002-05-03 | 1 | -1/+1 |
| | | | | | | | | build scripts work again. | ||||
* | | Ugly merge! But I am not done yet - there are a number of things I need to fix | sasha@mysql.sashanet.com | 2002-01-19 | 1 | -5/+2 |
|\ \ | | | | | | | | | | before I can push | ||||
| * | | Here comes a nasty patch, although I am not ready to push it yet. I will | sasha@mysql.sashanet.com | 2002-01-19 | 1 | -5/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | first pull, merge,test, and get it to work. The main change is the new replication code - now we have two slave threads SQL thread and I/O thread. I have also re-written a lot of the code to prepare for multi-master implementation. I also documented IO_CACHE quite extensively and to some extend, THD class. | ||||
* | | | Added macros for nice TIMESPEC usage. | monty@hundin.mysql.fi | 2002-01-02 | 1 | -1/+2 |
|/ / | | | | | | | | | | | | | | | 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. | ||||
* | | tags: target added for Sasha | serg@serg.mysql.com | 2001-12-03 | 1 | -0/+6 |
| | | |||||
* | | Another attempt to get pstack into the binary distribution | monty@hundin.mysql.fi | 2001-09-18 | 1 | -1/+1 |
| | | | | | | | | Fixed that --enable-assembler works on newer Linux system | ||||
* | | Add some examples for using libmysqld, including a hack for running the | tim@black.box | 2001-09-16 | 1 | -1/+6 |
| | | | | | | | | | | | | | | | | | | 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. | ||||
* | | Fix to be able to configure without --with-tools | monty@tik.mysql.fi | 2001-08-29 | 1 | -7/+1 |
| | | |||||
* | | work on MySQL server management daemon | sasha@mysql.sashanet.com | 2001-08-27 | 1 | -2/+9 |
| | | |||||
* | | merged | sasha@mysql.sashanet.com | 2001-08-09 | 1 | -0/+1 |
|\ \ | |/ | |||||
| * | mysqlbinlog->client | sasha@mysql.sashanet.com | 2001-08-09 | 1 | -0/+1 |
| | | |||||
* | | OpenSSL fixes. Should not affect anything else. | tonu@x153.internalnet | 2001-07-24 | 1 | -1/+1 |
| | | |||||
* | | Support for VIO library | tonu@hundin.mysql.fi | 2001-05-31 | 1 | -1/+1 |
| | | |||||
* | | Removed vio because it broke compilation | monty@donna.mysql.fi | 2001-05-24 | 1 | -1/+1 |
| | | |||||
* | | Makefile.am openssl support | tonu@x3.internalnet | 2001-05-20 | 1 | -1/+1 |
| | | |||||
* | | Added all changes from old 4.0 version: | monty@work.mysql.com | 2001-04-11 | 1 | -5/+12 |
|/ | | | | | | | | | PSTACK, libmysqld and MySQL filesystem UPDATE ... ORDER BY DELETE ... ORDER BY New faster fulltext handling Faster compressed keys | ||||
* | Fixed typo | monty@donna.mysql.com | 2000-12-31 | 1 | -2/+1 |
| | |||||
* | Fix for Tex 3.0 | monty@donna.mysql.com | 2000-12-31 | 1 | -0/+6 |
| | | | | Added target test | ||||
* | Fixed error when copying mysqld_multi | monty@donna.mysql.com | 2000-12-16 | 1 | -1/+1 |
| | | | | | Fixes for mysql-test Fixed race condition in SHOW LOGS | ||||
* | fixed up mysql-test - will not push this yet, as more clean up/testing is to ↵ | sasha@mysql.sashanet.com | 2000-12-07 | 1 | -1/+1 |
| | | | | follow | ||||
* | Added connect_timeout and fix for transactions per statement | monty@donna.mysql.com | 2000-11-27 | 1 | -1/+1 |
| | |||||
* | configure fix to handle my_config.h | monty@donna.mysql.com | 2000-09-14 | 1 | -2/+2 |
| | |||||
* | configure fixes | monty@donna.mysql.com | 2000-09-14 | 1 | -1/+5 |
| | |||||
* | Added thread_dirs | monty@work.mysql.com | 2000-08-31 | 1 | -1/+2 |
| | |||||
* | Updates for release | monty@donna.mysql.com | 2000-08-29 | 1 | -1/+3 |
| | |||||
* | configure.in modifications to help libmysql_r work with distcheck | tim@work.mysql.com | 2000-08-28 | 1 | -2/+6 |
| | | | | Makefile.am modifications to help libmysql_r work with distcheck | ||||
* | Change the behavior of --enable-thread-safe-client. It now builds | tim@localhost.polyesthetic.msg | 2000-08-18 | 1 | -1/+2 |
| | | | | both a non-threaded libmysqlclient and a threaded libmysqlclient_r. | ||||
* | PART I: Keys support for MyMERGE tables | serg@infomag.ape.relarn.ru | 2000-08-14 | 1 | -0/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | myisammrg/ | Makefile.am | mymrgdef.h | support for keys myrg_open.c | & myrg_queue.c | bugfixes myrg_rfirst.c | myrg_rkey.c | myrg_rlast.c | myrg_rnext.c | myrg_rprev.c | myrg_rrnd.c | include/myisammrg.h | rkey/rnext/etc prototyped sql/ | ha_myisammrg.cc | support for keys ha_myisammrg.h | myisam/ | mi_rkey.c | buf==NULL extension, _mi_rkey() mi_rnext.c | mi_rprev.c | include/queues.h | reinit_queue() - same as init_queue, but w/o malloc mysys/queues.c | PART II: Miscellaneous myisam/common_words | deleted (looks like I checked it in by mistake) some files (like acconfig.h, Makefile.am, COPYING.LIB, etc) | Change mode to -rw-r--r-- (by `chmod a-x ') | ||||
* | Import changeset | bk@work.mysql.com | 2000-07-31 | 1 | -0/+50 |