summaryrefslogtreecommitdiff
path: root/libmysql
Commit message (Collapse)AuthorAgeFilesLines
* Portability fixesmonty@hundin.mysql.fi2002-03-061-1/+1
| | | | Fix bug when using option groups
* mergemonty@hundin.mysql.fi2002-03-061-1/+1
|\
| * Update scripts for new POSIX specmonty@tik.mysql.fi2002-03-051-1/+1
| | | | | | | | | | Fix for --enable-local-infile Portability fix for bison
* | many fixesSinisa@sinisa.nasamreza.org2002-02-281-1/+1
| |
* | merge with 3.23.49monty@hundin.mysql.fi2002-02-141-13/+40
|\ \ | |/
| * Fix for LOAD DATA LOCAL INFILE patchmonty@hundin.mysql.fi2002-02-131-2/+2
| |
| * Made LOAD DATA LOCAL INFILE more securemonty@tik.mysql.fi2002-02-131-9/+35
| |
| * Fixed bug in GROUP BY ... DESCmonty@hundin.mysql.fi2001-12-101-0/+2
| |
* | Win32 Embedded Server Changesmiguel@light.local2002-01-091-47/+93
| |
* | 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.
* | Cleanup of alarm macros.monty@hundin.mysql.fi2001-12-212-44/+31
| | | | | | | | | | Fixed data corruption bug in query cache. Made queries be dependent of the database in use.
* | Fixed bug in FLUSH QUERY CACHEmonty@hundin.mysql.fi2001-12-191-23/+26
| | | | | | | | Changed 'send_file_to_server' to use less stack (Fixed replication problem on OSF1).
* | Fix after mergemonty@hundin.mysql.fi2001-12-171-1/+1
| |
* | Removed compiler warnings.monty@hundin.mysql.fi2001-12-101-0/+2
| | | | | | | | | | | | | | Added new operators to be used with gcc 3.0.x Update of query cache code. Added semaphores for Windows (not yet in use) Added pthread_mutex_trylock for windows.
* | Update copyrightmonty@hundin.mysql.fi2001-12-068-139/+127
| | | | | | | | Fixed memory leak on shutdown (Affects the embedded version & MyODBC)
* | Update of query cache code.monty@hundin.mysql.fi2001-12-051-18/+24
| | | | | | | | | | | | Changed some sql_alloc() -> thd->alloc() Removed a lot of compiler warnings on Linux Alpha (64 bit) Fixed some core dumps on 64 bit systems (wrong type for packet_len)
* | work to enable reading 3.23 logs - not yet finishedsasha@mysql.sashanet.com2001-11-101-1/+2
| | | | | | | | | | moved fail-safe replication routines from sql_repl.cc to repl_failsafe.cc write start event only in the first log
* | Merge work:/home/bk/mysql-4.0 into hundin.mysql.fi:/my/bk/mysql-4.0monty@hundin.mysql.fi2001-11-071-1/+1
|\ \
| * \ Mergetim@black.box2001-11-061-1/+1
| |\ \
| | * | Do not print a warning message when the server's character set istim@black.box2001-11-051-1/+1
| | | | | | | | | | | | | | | | | | | | not found by the client. This is especially important for PHP, which only includes the latin1 character set in the bundled libmysql.
* | | | Portability fixmonty@hundin.mysql.fi2001-11-071-2/+2
|/ / / | | | | | | | | | Cleanup typos (like SKIPP -> SKIP)
* | | merge with 3.23.44monty@hundin.mysql.fi2001-11-042-231/+1
|\ \ \ | | |/ | |/|
| * | Portability fixes.monty@hundin.mysql.fi2001-11-022-231/+1
| | |
| * | Portability fixesmonty@hundin.mysql.fi2001-10-311-0/+4
| | |
* | | mergemonty@hundin.mysql.fi2001-11-031-6/+6
|\ \ \ | |_|/ |/| |
| * | Added STDCALL to mysql_sever and mysql_thread variablesmonty@hundin.mysql.fi2001-11-031-6/+6
| | | | | | | | | | | | | | | Merged error messages with 3.23.44 Fixed bug with DATA DIRECTORY on windows
* | | Remove console manager and deprecate functions from libmysqlmiguel@light.local2001-10-301-9/+1
| | |
* | | Merge work:/home/bk/mysql-4.0serg@serg.mysql.com2001-10-251-1/+1
|\ \ \ | | | | | | | | | | | | into serg.mysql.com:/usr/home/serg/Abk/mysql-4.0
| * \ \ Mergeserg@serg.mysql.com2001-10-251-1/+1
| |\ \ \ | | |/ / | |/| / | | |/
| | * bug in libmysql.c:mysql_reconnect() fixedserg@serg.mysql.com2001-10-241-1/+1
| | |
| | * Merge work:/home/bk/mysql into serg.mysql.com:/usr/home/serg/Abk/mysqlserg@serg.mysql.com2001-10-231-1/+1
| | |\
| | | * HA_NO_FULLTEXT_KEY and an appropriate error messageserg@serg.mysql.com2001-10-231-1/+1
| | | |
| | * | Don't use signal() on windows.monty@hundin.mysql.fi2001-10-191-2/+2
| | |/ | | | | | | | | | | | | | | | Added missing InnoDB variables to SHOW VARIABLES. Fixed bug when doing WHERE 'column_name=NULL' on an indexed column that had NULL values. Fixed bug when doing 'LEFT JOIN ... ON (column_name = constant) WHERE column_name = constant'
| | * merge sql/violite.c with libmysql/violite.cmonty@hundin.mysql.fi2001-10-081-3/+3
| | |
| | * Fix for 'mysqladmin -w1 unknown-command'monty@hundin.mysql.fi2001-10-071-0/+7
| | | | | | | | | | | | Manual Changelog update
* | | cleanupsasha@mysql.sashanet.com2001-10-232-6/+14
|/ / | | | | | | | | | | removal of duplicate code in mf_iocache.cc work on failsafe replication work on SEQ_READ_APPEND io cache
* | Add the export functions definition file for libmysql.dll.miguel@light.local2001-10-181-0/+84
| | | | | | | | | | | | When should add a function with STDCALL defined should be add to this file, in this way the functions is exported for the client application on Win32.
* | Avoid the redefinition warning message from winsock.hmiguel@light.local2001-10-181-0/+2
| |
* | Don't do signal() on windows (Causes instability problems)monty@hundin.mysql.fi2001-10-171-2/+2
| | | | | | | | | | | | Safer, a bit faster filesort. Code changes to avoid calls to current_thd() (faster code). Removed all compiler warnings from readline.
* | 64-bit portability fixes in network I/Osasha@mysql.sashanet.com2001-10-131-4/+5
| | | | | | | | | | use $MAX_TABLES mysqltest variable to make join test portable make test now works with the manager on IA64 Linux
* | changed manager to use my_net_*sasha@mysql.sashanet.com2001-10-121-54/+28
| | | | | | | | fixed bug in master - unregister slaves when they disconnect
* | Cleanupsmonty@hundin.mysql.fi2001-10-111-22/+16
| |
* | Remved Gemini code.monty@hundin.mysql.fi2001-10-101-1/+1
| |
* | One should not only have to include my_net.h to work with sockets.monty@hundin.mysql.fi2001-10-091-17/+6
| | | | | | | | | | | | This wrapper noew will include all the necessary, system specific files, which makes all normal source files much easier to write and maintain. Portability fixes.
* | mergemonty@hundin.mysql.fi2001-10-081-3/+3
|\ \
| * | Updated manual about embedded version.monty@hundin.mysql.fi2001-10-081-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | | Mergesasha@mysql.sashanet.com2001-10-042-50/+55
|\ \ \ | |/ /
| * | Fixed some build problems.monty@hundin.mysql.fi2001-10-042-50/+55
| | | | | | | | | | | | | | | | | | Fix that compressed packets and normal packets looks indentical before calling net_real_write() (Needed for query cache) Optimize IS NULL handling
* | | forced addition of manager.csasha@mysql.sashanet.com2001-10-031-0/+308
| | |
* | | mergedsasha@mysql.sashanet.com2001-10-032-13/+19
|\ \ \ | |/ /