summaryrefslogtreecommitdiff
path: root/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* - added sql-common subdirectory and sql_common.h to source distributionlenz@kallisto.local2003-06-181-1/+1
|
* SCRUM:hf@deer.(none)2003-05-311-1/+4
| | | | | | | | | | | | | | Here is another pack of changes about gathering common client code in sql-common/client.c. Now i symlink the client.c from sql/ and libmysql/. These directories have client_settings.h files to be included to client.c. It contains defines and declarations to compile client.c in appropriate manner. Also i've added include/sql_common.h, containing declarations of what is exported from client.c I removed as many #ifdef-s from client.c as i dared to. I think it's better push it with some extra #ifdef-s now (of course, if everythihg besides it is ok) so other people can check the code.
* SCRUMhf@deer.mysql.r18.ru2003-04-231-1/+1
| | | | Protocol_cursor class and sql-common/ directory
* - removed redundant readline_dir from SUBDIRS to fix "make distclean"lenz@mysql.com2003-03-251-1/+1
| | | | | (there is a Makefile in readline_topdir that already lists readline_dir in SUBDIRS)
* Merge with 4.0.11 tree to get latest bug fixesmonty@mashka.mysql.fi2003-02-171-5/+10
|\
| * Fixed multi-table-delete for InnoDB tablesmonty@mashka.mysql.fi2003-02-171-5/+10
| | | | | | | | Novell patches
* | Merge with 4.0 to get fix for MIN/MAXmonty@mashka.mysql.fi2003-02-071-1/+0
|\ \ | |/
| * Allow 4.0 to read new 4.1 .frm filesmonty@mashka.mysql.fi2003-02-071-1/+0
| |
* | Merge with 4.0.11monty@mashka.mysql.fi2003-02-041-2/+3
|\ \ | |/
| * - added netware subdirectory to distributionlenz@mysql.com2003-01-281-1/+1
| |
| * Fixes for Netwaremonty@mashka.mysql.fi2003-01-281-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.55monty@mashka.mysql.fi2003-01-251-1/+1
| |\
| | * - reverted previous patch ("make distclean" tried to clean libmysql_rlenz@mysql.com2003-01-231-1/+1
| | | | | | | | | | | | | | | twice, if --enabable-thread-safe-client is enabled, which broke RPM building)
* | | - added missing files/directories from bdb and libedit to source distributionlenz@mysql.com2003-02-031-0/+4
| | | | | | | | | | | | - make sure to not included BK's "SCCS" directories in source distribution
* | | Portability fixes (for windows)monty@mashka.mysql.fi2003-01-211-1/+2
|/ / | | | | | | Some changes to the prepared statement protocol to make it easier to use and faster.
* | Merge with 3.23monty@mashka.mysql.fi2003-01-161-3/+3
|\ \ | |/
| * - Applied various patches provided by Christian Hammers (MySQL maintainerlenz@mysql.com2002-12-231-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 getlenz@mysql.com2002-07-221-1/+1
| | | | | | | | "make dist" succeed again.
* | merge to 3.23.51monty@hundin.mysql.fi2002-05-201-1/+1
|\ \ | |/
| * Added os2 source directory to source distributionlenz@mysql.com2002-05-171-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.com2002-05-151-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 thelenz@mysql.com2002-05-031-1/+1
| | | | | | | | build scripts work again.
* | Ugly merge! But I am not done yet - there are a number of things I need to fixsasha@mysql.sashanet.com2002-01-191-5/+2
|\ \ | | | | | | | | | before I can push
| * | Here comes a nasty patch, although I am not ready to push it yet. I willsasha@mysql.sashanet.com2002-01-191-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.fi2002-01-021-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 Sashaserg@serg.mysql.com2001-12-031-0/+6
| |
* | Another attempt to get pstack into the binary distributionmonty@hundin.mysql.fi2001-09-181-1/+1
| | | | | | | | Fixed that --enable-assembler works on newer Linux system
* | Add some examples for using libmysqld, including a hack for running thetim@black.box2001-09-161-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-toolsmonty@tik.mysql.fi2001-08-291-7/+1
| |
* | work on MySQL server management daemonsasha@mysql.sashanet.com2001-08-271-2/+9
| |
* | mergedsasha@mysql.sashanet.com2001-08-091-0/+1
|\ \ | |/
| * mysqlbinlog->clientsasha@mysql.sashanet.com2001-08-091-0/+1
| |
* | OpenSSL fixes. Should not affect anything else.tonu@x153.internalnet2001-07-241-1/+1
| |
* | Support for VIO librarytonu@hundin.mysql.fi2001-05-311-1/+1
| |
* | Removed vio because it broke compilationmonty@donna.mysql.fi2001-05-241-1/+1
| |
* | Makefile.am openssl supporttonu@x3.internalnet2001-05-201-1/+1
| |
* | Added all changes from old 4.0 version:monty@work.mysql.com2001-04-111-5/+12
|/ | | | | | | | | PSTACK, libmysqld and MySQL filesystem UPDATE ... ORDER BY DELETE ... ORDER BY New faster fulltext handling Faster compressed keys
* Fixed typomonty@donna.mysql.com2000-12-311-2/+1
|
* Fix for Tex 3.0monty@donna.mysql.com2000-12-311-0/+6
| | | | Added target test
* Fixed error when copying mysqld_multimonty@donna.mysql.com2000-12-161-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.com2000-12-071-1/+1
| | | | follow
* Added connect_timeout and fix for transactions per statementmonty@donna.mysql.com2000-11-271-1/+1
|
* configure fix to handle my_config.hmonty@donna.mysql.com2000-09-141-2/+2
|
* configure fixesmonty@donna.mysql.com2000-09-141-1/+5
|
* Added thread_dirsmonty@work.mysql.com2000-08-311-1/+2
|
* Updates for releasemonty@donna.mysql.com2000-08-291-1/+3
|
* configure.in modifications to help libmysql_r work with distchecktim@work.mysql.com2000-08-281-2/+6
| | | | Makefile.am modifications to help libmysql_r work with distcheck
* Change the behavior of --enable-thread-safe-client. It now buildstim@localhost.polyesthetic.msg2000-08-181-1/+2
| | | | both a non-threaded libmysqlclient and a threaded libmysqlclient_r.
* PART I: Keys support for MyMERGE tablesserg@infomag.ape.relarn.ru2000-08-141-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 changesetbk@work.mysql.com2000-07-311-0/+50