Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Backport fix for escaping multibyte characters. (Bug #9864) | jimw@mysql.com | 2005-05-07 | 1 | -0/+34 |
| | |||||
* | libmysql.c: | bar@mysql.com | 2004-11-05 | 1 | -1/+2 |
| | | | | After-merge clean-up | ||||
* | Merge bk-internal.mysql.com:/home/bk/mysql-4.0 | monty@mysql.com | 2004-10-20 | 1 | -6/+4 |
|\ | | | | | | | into mysql.com:/home/my/mysql-4.0 | ||||
| * | Code cleanups (done during review of new code) | monty@mysql.com | 2004-10-20 | 1 | -6/+4 |
| | | | | | | | | | | | | Rename innodb_table_locks_old_behavior -> innodb_table_locks Set innodb_table_locks to off by default to get same behaviour as in MySQL 4.0.20 (This means that Innodb ignore table locks by default, which makes it easier to combine MyISAM and InnoDB to simulate a transaction) | ||||
* | | libmysql.c: | paul@ice.snake.net | 2004-10-19 | 1 | -0/+3 |
|/ | | | | Add note to mysql_hex_string() comment. | ||||
* | libmysql.c: | bar@mysql.com | 2004-10-19 | 1 | -0/+33 |
| | | | | New function mysql_hex_string() | ||||
* | Fix for BUG#5073 "--disable-local-infile has no effect if client reads it ↵ | guilhem@mysql.com | 2004-08-17 | 1 | -1/+1 |
| | | | | | | with MYSQL_READ_DEFAULT": that was a forgotten '~' probably. | ||||
* | - rename: EXCEPTIONS->EXCEPTIONS-CLIENT | lenz@mysql.com | 2004-08-05 | 1 | -1/+1 |
| | |||||
* | - Fixed libmysql license texts: added reference to the FLOSS | lenz@mysql.com | 2004-08-05 | 1 | -3/+6 |
| | | | | EXCEPTIONS file and amended the GPL text as requested by Zak | ||||
* | lower_case_table_names=2 (Keep case for table names) was not honored | monty@mysql.com | 2004-06-23 | 1 | -0/+2 |
| | | | | | with ALTER TABLE and CREATE/DROP INDEX. (Bug #3109) Make net_buffer_length visible for mysql clients (Bug #4206) | ||||
* | Merge mysql.com:/home/my/mysql-3.23 into mysql.com:/home/my/mysql-4.0 | monty@mysql.com | 2004-06-18 | 1 | -1/+2 |
|\ | |||||
| * | Merge gbichot@bk-internal.mysql.com:/home/bk/mysql-3.23 | guilhem@mysql.com | 2004-06-17 | 1 | -1/+2 |
| |\ | | | | | | | | | | into mysql.com:/home/mysql_src/mysql-3.23 | ||||
| | * | Fix for BUG#4017 "mysql_real_connect buffer overflow" | guilhem@mysql.com | 2004-06-17 | 1 | -1/+2 |
| | | | |||||
* | | | mysql_get_parameter interface fixed | hf@deer.(none) | 2004-05-31 | 1 | -1/+1 |
| | | | |||||
* | | | Fix to make Windows compilation smoother | hf@deer.(none) | 2004-05-26 | 1 | -0/+8 |
| | | | |||||
* | | | New MYSQL_SERVER_SUFFIX usage (for easier compilation) | monty@mysql.com | 2004-05-25 | 1 | -1/+1 |
| | | | | | | | | | | | | Update of VC++ project files. | ||||
* | | | WL #1510 "Implement support for "commercial" binaries on handshake", | konstantin@mysql.com | 2004-03-17 | 1 | -0/+54 |
| | | | | | | | | | | | | | | | client library: - implemented 'check_license' function | ||||
* | | | Merge with 3.23 to get patch for floor() | monty@mysql.com | 2004-03-12 | 1 | -2/+2 |
|\ \ \ | |/ / | |||||
| * | | Fix for bug#2021: Wron error message from the client | gluh@gluh.mysql.r18.ru | 2004-02-11 | 1 | -4/+2 |
| |/ | |||||
* | | Added missing argument to strxnmov() (Applies for windows debug mode) | monty@mashka.mysql.fi | 2004-02-20 | 1 | -1/+2 |
| | | |||||
* | | Merge bk-internal.mysql.com:/home/bk/mysql-4.0 | monty@mysql.com | 2004-02-19 | 1 | -5/+7 |
|\ \ | | | | | | | | | | into mysql.com:/home/my/mysql-4.0 | ||||
| * | | Fixed usage of strxnmov() in recent changesets | monty@mysql.com | 2004-02-19 | 1 | -5/+7 |
| | | | |||||
* | | | Merge gweir@bk-internal.mysql.com:/home/bk/mysql-4.0 | greg@mysql.com | 2004-02-19 | 1 | -10/+10 |
|\ \ \ | |/ / | | | | | | | into mysql.com:/bk/mysql-4.0 | ||||
| * | | potential problem fixed afer some reasoning | serg@serg.mylan | 2004-02-19 | 1 | -10/+10 |
| | | | |||||
* | | | Revise Windows build script, correct comment re NetWare in libmysql.c | greg@mysql.com | 2004-01-21 | 1 | -1/+1 |
|/ / | |||||
* | | Fixed a possible memory leak on MacOSX when using the shared libmysql.so ↵ | monty@mysql.com | 2003-12-11 | 1 | -6/+16 |
| | | | | | | | | | | | | | | | | | | | | | | | | library (Bug #2061) mysql_server_init() now returns error code if something went wrong (Bug #2062) Don't use my_fopen() when reading symlink information as this may cause problems when a lot of files are opened. Free thread keys with pthread_key_delete() instead of relying on automatic free. (Bug #2062) Fixed bug in UNION statement with alias '*'. (Bug #1249) Fixed a bug in DELETE ... ORDER BY ... LIMIT where the rows where not deleted in the proper order. (Bug #1024). FOUND_ROWS() could return incorrect number of rows after a query with an impossible WHERE condition. HOW DATABASES doesn't anymore show .sym files (on windows) that doesn't point to a valid directory. (Bug #1385) | ||||
* | | code cleanup after some reasoning | serg@serg.mylan | 2003-12-09 | 1 | -1/+2 |
| | | |||||
* | | rpl_parse and rpl_probe don't have to be reset as they are already 0 | monty@mysql.com | 2003-11-28 | 1 | -19/+23 |
| | | |||||
* | | "optimization cleanup" reverted - problems on rpl_redirect test. | serg@serg.mylan | 2003-11-28 | 1 | -0/+2 |
| | | | | | | | | | | | | | | It happens that mysql->client_next->client_next=mysql and mysql_close() goes into infinite loop. Results vary from simple sigsegv (FreeBSD), to hard system lockup (Linux) :) | ||||
* | | no need to zero-initialize mysql->master->{rpl_pivot, options.rpl_parse, | konstantin@mysql.com | 2003-11-28 | 1 | -3/+0 |
| | | | | | | | | options.rpl_probe} as they are zero-initialized in spawn_init() | ||||
* | | cleanup: | konstantin@mysql.com | 2003-11-28 | 1 | -2/+0 |
| | | | | | | | | | | no need to set rpl_parse, rpl_probe and rpl_pivot to zero as whole mysql structure is bzeroed in mysql_init(0) few lines before | ||||
* | | 4 small items in this: | guilhem@mysql.com | 2003-10-31 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | - when we don't have in_addr_t, use uint32. - a forgotten initialization of slave_proxy_id in sql/log_event.cc (was not really "forgot", was "we needn't init it there", but there was one case where we needed...). - made slave_proxy_id always meaningful in THD and Log_event, so we can rely more on it (no need to test if it's meaningful). THD::slave_proxy_id is equal to THD::thread_id except for the slave SQL thread. - clean up the slave's temporary table (i.e. free their memory) when slave server shuts down. | ||||
* | | Better fix for CREATE TABLE IF NOT EXISTS ... SELECT | monty@mashka.mysql.fi | 2003-10-15 | 1 | -2/+2 |
| | | | | | | | | | | Fixed chsize() problem on windows Extend default timeout on windows clients to 1 year (to avoid timeout problems) | ||||
* | | Block SIGPIPE also for not threaded client programs. | monty@narttu.mysql.fi | 2003-09-23 | 1 | -6/+7 |
| | | | | | | | | | | | | | | Added --include and --libs_r options to mysql_config. Added mysql_get_client_version() to client library Fixed some minor benchmark issues | ||||
* | | Move test that uses many tables (in query_cache.test) to separate test so ↵ | monty@narttu.mysql.fi | 2003-08-22 | 1 | -0/+7 |
| | | | | | | | | that we can get it 'skipped' instead of 'failed' on system where we can't open many files. | ||||
* | | Fix for UNIXWARE 7 | monty@narttu.mysql.fi | 2003-07-03 | 1 | -2/+14 |
| | | | | | | | | | | Remove unaligned warnings on Ia64 from client library when using --host Fix for replication when using many file descriptors | ||||
* | | Changed connect with timeout to use poll() instead if socket() to avoid ↵ | monty@narttu.mysql.fi | 2003-06-23 | 1 | -27/+67 |
| | | | | | | | | problems with many open files | ||||
* | | Fixed (not fatal) buffer overflow | monty@narttu.mysql.fi | 2003-06-04 | 1 | -1/+1 |
| | | |||||
* | | Merge with 3.23 to get fixes for --user and BACKUP TABLE | monty@narttu.mysql.fi | 2003-03-10 | 1 | -30/+36 |
|\ \ | |/ | |||||
| * | Better fix for connect timeout problem. | monty@narttu.mysql.fi | 2003-03-10 | 1 | -34/+37 |
| | | |||||
| * | Additional bug fix | Sinisa@sinisa.nasamreza.org | 2003-03-08 | 1 | -0/+3 |
| | | |||||
| * | A correct fix for the timeout problem | Sinisa@sinisa.nasamreza.org | 2003-03-08 | 1 | -7/+4 |
| | | |||||
| * | connect timeout bug fix | Sinisa@sinisa.nasamreza.org | 2003-02-10 | 1 | -0/+3 |
| | | |||||
* | | Fixed multi-table-delete for InnoDB tables | monty@mashka.mysql.fi | 2003-02-17 | 1 | -2/+3 |
| | | | | | | | | Novell patches | ||||
* | | Merge with 3.23.56 (Replace manual with 'empty' document) | monty@mashka.mysql.fi | 2003-01-28 | 1 | -1/+2 |
|\ \ | |/ | | | | | Fix for bug when using auto_increment column and LAST_INSERT_ID() | ||||
| * | Make PACKET_TOO_LARGE error handling safer in client | monty@mashka.mysql.fi | 2003-01-28 | 1 | -11/+9 |
| | | |||||
* | | Fixes for Netware | monty@mashka.mysql.fi | 2003-01-28 | 1 | -6/+30 |
| | | | | | | | | | | | | | | | | 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 | -0/+6 |
|\ \ | |/ | |||||
| * | Fixing that 3.23 API / clients do not disconnect if a large | Sinisa@sinisa.nasamreza.org | 2003-01-04 | 1 | -6/+15 |
| | | | | | | | | | | packet is issued. | ||||
* | | Added support for max_allowed_packet in option files read by mysql_option() | monty@mashka.mysql.fi | 2003-01-04 | 1 | -4/+10 |
| | | | | | | | | | | | | | | Extended max_allowed_packet for clients to 1G Fixed bug in sending compressed rows >= 16M Fix bug in skiping too long packets from clients. Added checking of wrong command number sent by client. |