Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Portability fixes | monty@hundin.mysql.fi | 2002-03-06 | 1 | -1/+1 |
| | | | | Fix bug when using option groups | ||||
* | merge | monty@hundin.mysql.fi | 2002-03-06 | 1 | -1/+1 |
|\ | |||||
| * | Update scripts for new POSIX spec | monty@tik.mysql.fi | 2002-03-05 | 1 | -1/+1 |
| | | | | | | | | | | Fix for --enable-local-infile Portability fix for bison | ||||
* | | many fixes | Sinisa@sinisa.nasamreza.org | 2002-02-28 | 1 | -1/+1 |
| | | |||||
* | | merge with 3.23.49 | monty@hundin.mysql.fi | 2002-02-14 | 1 | -13/+40 |
|\ \ | |/ | |||||
| * | Fix for LOAD DATA LOCAL INFILE patch | monty@hundin.mysql.fi | 2002-02-13 | 1 | -2/+2 |
| | | |||||
| * | Made LOAD DATA LOCAL INFILE more secure | monty@tik.mysql.fi | 2002-02-13 | 1 | -9/+35 |
| | | |||||
| * | Fixed bug in GROUP BY ... DESC | monty@hundin.mysql.fi | 2001-12-10 | 1 | -0/+2 |
| | | |||||
* | | Win32 Embedded Server Changes | miguel@light.local | 2002-01-09 | 1 | -47/+93 |
| | | |||||
* | | 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. | ||||
* | | Cleanup of alarm macros. | monty@hundin.mysql.fi | 2001-12-21 | 2 | -44/+31 |
| | | | | | | | | | | Fixed data corruption bug in query cache. Made queries be dependent of the database in use. | ||||
* | | Fixed bug in FLUSH QUERY CACHE | monty@hundin.mysql.fi | 2001-12-19 | 1 | -23/+26 |
| | | | | | | | | Changed 'send_file_to_server' to use less stack (Fixed replication problem on OSF1). | ||||
* | | Fix after merge | monty@hundin.mysql.fi | 2001-12-17 | 1 | -1/+1 |
| | | |||||
* | | Removed compiler warnings. | monty@hundin.mysql.fi | 2001-12-10 | 1 | -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 copyright | monty@hundin.mysql.fi | 2001-12-06 | 8 | -139/+127 |
| | | | | | | | | Fixed memory leak on shutdown (Affects the embedded version & MyODBC) | ||||
* | | Update of query cache code. | monty@hundin.mysql.fi | 2001-12-05 | 1 | -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 finished | sasha@mysql.sashanet.com | 2001-11-10 | 1 | -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.0 | monty@hundin.mysql.fi | 2001-11-07 | 1 | -1/+1 |
|\ \ | |||||
| * \ | Merge | tim@black.box | 2001-11-06 | 1 | -1/+1 |
| |\ \ | |||||
| | * | | Do not print a warning message when the server's character set is | tim@black.box | 2001-11-05 | 1 | -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 fix | monty@hundin.mysql.fi | 2001-11-07 | 1 | -2/+2 |
|/ / / | | | | | | | | | | Cleanup typos (like SKIPP -> SKIP) | ||||
* | | | merge with 3.23.44 | monty@hundin.mysql.fi | 2001-11-04 | 2 | -231/+1 |
|\ \ \ | | |/ | |/| | |||||
| * | | Portability fixes. | monty@hundin.mysql.fi | 2001-11-02 | 2 | -231/+1 |
| | | | |||||
| * | | Portability fixes | monty@hundin.mysql.fi | 2001-10-31 | 1 | -0/+4 |
| | | | |||||
* | | | merge | monty@hundin.mysql.fi | 2001-11-03 | 1 | -6/+6 |
|\ \ \ | |_|/ |/| | | |||||
| * | | Added STDCALL to mysql_sever and mysql_thread variables | monty@hundin.mysql.fi | 2001-11-03 | 1 | -6/+6 |
| | | | | | | | | | | | | | | | Merged error messages with 3.23.44 Fixed bug with DATA DIRECTORY on windows | ||||
* | | | Remove console manager and deprecate functions from libmysql | miguel@light.local | 2001-10-30 | 1 | -9/+1 |
| | | | |||||
* | | | Merge work:/home/bk/mysql-4.0 | serg@serg.mysql.com | 2001-10-25 | 1 | -1/+1 |
|\ \ \ | | | | | | | | | | | | | into serg.mysql.com:/usr/home/serg/Abk/mysql-4.0 | ||||
| * \ \ | Merge | serg@serg.mysql.com | 2001-10-25 | 1 | -1/+1 |
| |\ \ \ | | |/ / | |/| / | | |/ | |||||
| | * | bug in libmysql.c:mysql_reconnect() fixed | serg@serg.mysql.com | 2001-10-24 | 1 | -1/+1 |
| | | | |||||
| | * | Merge work:/home/bk/mysql into serg.mysql.com:/usr/home/serg/Abk/mysql | serg@serg.mysql.com | 2001-10-23 | 1 | -1/+1 |
| | |\ | |||||
| | | * | HA_NO_FULLTEXT_KEY and an appropriate error message | serg@serg.mysql.com | 2001-10-23 | 1 | -1/+1 |
| | | | | |||||
| | * | | Don't use signal() on windows. | monty@hundin.mysql.fi | 2001-10-19 | 1 | -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.c | monty@hundin.mysql.fi | 2001-10-08 | 1 | -3/+3 |
| | | | |||||
| | * | Fix for 'mysqladmin -w1 unknown-command' | monty@hundin.mysql.fi | 2001-10-07 | 1 | -0/+7 |
| | | | | | | | | | | | | Manual Changelog update | ||||
* | | | cleanup | sasha@mysql.sashanet.com | 2001-10-23 | 2 | -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.local | 2001-10-18 | 1 | -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.h | miguel@light.local | 2001-10-18 | 1 | -0/+2 |
| | | |||||
* | | Don't do signal() on windows (Causes instability problems) | monty@hundin.mysql.fi | 2001-10-17 | 1 | -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/O | sasha@mysql.sashanet.com | 2001-10-13 | 1 | -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.com | 2001-10-12 | 1 | -54/+28 |
| | | | | | | | | fixed bug in master - unregister slaves when they disconnect | ||||
* | | Cleanups | monty@hundin.mysql.fi | 2001-10-11 | 1 | -22/+16 |
| | | |||||
* | | Remved Gemini code. | monty@hundin.mysql.fi | 2001-10-10 | 1 | -1/+1 |
| | | |||||
* | | One should not only have to include my_net.h to work with sockets. | monty@hundin.mysql.fi | 2001-10-09 | 1 | -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. | ||||
* | | merge | monty@hundin.mysql.fi | 2001-10-08 | 1 | -3/+3 |
|\ \ | |||||
| * | | Updated manual about embedded version. | monty@hundin.mysql.fi | 2001-10-08 | 1 | -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 | ||||
* | | | Merge | sasha@mysql.sashanet.com | 2001-10-04 | 2 | -50/+55 |
|\ \ \ | |/ / | |||||
| * | | Fixed some build problems. | monty@hundin.mysql.fi | 2001-10-04 | 2 | -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.c | sasha@mysql.sashanet.com | 2001-10-03 | 1 | -0/+308 |
| | | | |||||
* | | | merged | sasha@mysql.sashanet.com | 2001-10-03 | 2 | -13/+19 |
|\ \ \ | |/ / |