summaryrefslogtreecommitdiff
path: root/libmysqld/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* Added patches from Novellmonty@mysql.com2004-05-251-19/+25
|
* minor fix in rmkonstantin@mysql.com2003-10-311-2/+2
|
* - renamed "rnd" to "my_rnd" as the name was too generic (and is an exportedlenz@mysql.com2003-03-181-2/+2
| | | | | | | | symbol in libmysqlclient) (thanks to Dennis Haney for the initial patch) - cleanup: removed client/password.c (not used at all) and libmysql/password.c (should rather be a symlink to sql/password.c instead) - applied HPUX11 portability fix for char_val declaration to sql/password.c (taken from libmysql/password.c)
* - Applied required modifications for automake 1.5lenz@mysql.com2002-10-011-12/+0
| | | | | - some additional small fixes - added "depcomp" for automake 1.5
* mergemonty@mashka.mysql.fi2002-07-231-3/+3
|\
| * New SET syntax & system variables.monty@mashka.mysql.fi2002-07-231-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | Made a some new buffers thread specific and changeable. Resize of key_buffer. AUTO_COMMIT -> AUTOCOMMIT Fixed mutex bug in DROP DATABASE Fixed bug when using auto_increment as second part of a key where first part could include NULL. Split handler->extra() to extra() and extra_opt() to be able to support thread specific buffers. Don't write message to error log when slave reconnects becasue of timeout. Fixed possible update problem when using DELETE/UPDATE on small tables (In some cases we used index even if table scanning would be better) A lot of minior code cleanups
* | Added missing file sql_olap.cc to libmysqld/Makefile.am to fix compilelenz@mysql.com2002-07-221-1/+1
|/ | | | failures when building the embedded server.
* Add support for NULL=NULL in keys (Used in GROUP BY optimization)monty@hundin.mysql.fi2002-01-161-1/+1
| | | | | | Add ISAM to Windows version Fix of test results Fixes for NULL keys in HEAP tables.
* Fix after mergemonty@hundin.mysql.fi2001-12-171-1/+1
|
* Add sql/mf_iocache.cc to libmysqld sources list.tim@black.box2001-10-291-1/+1
|
* Added missing files in libmysqld and the RPM spec filemonty@hundin.mysql.fi2001-10-111-1/+2
|
* Don't depend on mit-pthreads include files when building libmysqld.amonty@hundin.mysql.fi2001-10-091-0/+12
|
* Portability fixes + a couple of bug fixes introduced by last push.monty@hundin.mysql.fi2001-10-081-0/+1
|
* Cleanup after last mergemonty@hundin.mysql.fi2001-10-081-1/+1
|
* Updated manual about embedded version.monty@hundin.mysql.fi2001-10-081-34/+45
| | | | | | | | | Speed up column-completion in 'mysql' Don't use ISAM if HAVE_ISAM is not defined A lot of fixes for the embedded version. All libraries are now included in libmysqld.a Changed arguments to convert_dirname() to make it more general. Renamed files in the 'merge' directory to all use a common prefix. Don't compile both assembler and C functions on x86
* Cleaned up SSL documentationmonty@hundin.mysql.fi2001-10-021-0/+2
| | | | | | | Fixes for embedded server Made key_cache more configurable Fixed that one can change key blocksize in MyISAM A lot of optimizations to make MyISAM slightly faster
* Fix to get pstack included in distributionmonty@hundin.mysql.fi2001-09-181-1/+1
| | | | Fix to get libmysqld examples to be included in distribution
* Fix error messagesmonty@hundin.mysql.fi2001-09-181-6/+6
| | | | Configure fixes
* Fix some libmysqld problems.tim@white.box2001-08-211-2/+2
|
* Embedded mysql fixes.tim@black.box2001-08-101-3/+3
| | | | | | | | | | | | | | | There is now a mysql_server_init() function which needs to be called at the beginning of the program (and _end() for the end of the program). This routine handles argument parsing for the embedded server. Use the embedded version of mysql_load_file() (ignore the LOCAL argument, since the client and server are the same program). There are now mysql_thread_init/end() functions for the client to use in a multi-threaded app. They are just wrappers for my_thread_init/end().
* misc bug fixessasha@mysql.sashanet.com2001-08-061-2/+2
|
* Fixed bug when using more than 1 connectionmonty@hundin.mysql.fi2001-06-151-2/+2
|
* Various changes to get libmysqld in sync with latest sources.tim@threads.polyesthetic.msg2001-06-041-2/+2
|
* Fixes for embedded MySQLmonty@donna.mysql.fi2001-04-251-2/+4
| | | | Some limit optimization
* Added all changes from old 4.0 version:monty@work.mysql.com2001-04-111-0/+106
PSTACK, libmysqld and MySQL filesystem UPDATE ... ORDER BY DELETE ... ORDER BY New faster fulltext handling Faster compressed keys