Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Changed thd variables max_join_size and select_limit to type ha_rows. | monty@mashka.mysql.fi | 2002-12-20 | 1 | -1/+1 |
| | | | | | | This fixed some optimization problems when using -DBIG_TABLES Portabilty fixes for OpenUnix and HPUX Added C and C++ version numbers to mysqlbug | ||||
* | merge | monty@mashka.mysql.fi | 2002-07-23 | 1 | -19/+22 |
|\ | |||||
| * | New SET syntax & system variables. | monty@mashka.mysql.fi | 2002-07-23 | 1 | -19/+22 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | ||||
* | | Some | salle@geopard.online.bg | 2002-07-17 | 1 | -2/+2 |
|/ | | | | C++ comments cleanup | ||||
* | Added interface for first set of dynamic variables. | jani@rhols221.adsl.netsonic.fi | 2002-06-28 | 1 | -1/+2 |
| | |||||
* | Fix for a user management system that resources can be reset to zero | Sinisa@sinisa.nasamreza.org | 2002-06-25 | 1 | -1/+1 |
| | | | | with a GRANT statement. | ||||
* | Features made for Schlund plus several bug fixes. | Sinisa@sinisa.nasamreza.org | 2002-05-15 | 1 | -5/+8 |
| | | | | Read a manual for more detail | ||||
* | Update for BTREE keys in HEAP tables | monty@tik.mysql.fi | 2002-04-12 | 1 | -0/+1 |
| | | | | Split handler->option_flag() to handler->table_flags() and handler->index_flags() | ||||
* | Changes required for maximum queries per hour | Sinisa@sinisa.nasamreza.org | 2002-02-01 | 1 | -0/+8 |
| | |||||
* | Ugly merge! But I am not done yet - there are a number of things I need to fix | sasha@mysql.sashanet.com | 2002-01-19 | 1 | -1/+1 |
|\ | | | | | | | before I can push | ||||
| * | Here comes a nasty patch, although I am not ready to push it yet. I will | sasha@mysql.sashanet.com | 2002-01-19 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | 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. | ||||
* | | Update copyright | monty@hundin.mysql.fi | 2001-12-06 | 1 | -3/+3 |
|/ | | | | Fixed memory leak on shutdown (Affects the embedded version & MyODBC) | ||||
* | Portability fix | monty@hundin.mysql.fi | 2001-11-07 | 1 | -1/+1 |
| | | | | Cleanup typos (like SKIPP -> SKIP) | ||||
* | Added rpl_status. This is a midway commit to be able to pull so I can save | sasha@mysql.sashanet.com | 2001-10-09 | 1 | -0/+1 |
| | | | | | myself a run of compile-pentium-debug. I have not even tried to compile the new code | ||||
* | Merge work.mysql.com:/home/bk/mysql-4.0 | tonu@volk.internalnet | 2001-09-30 | 1 | -1/+5 |
|\ | | | | | | | into volk.internalnet:/home/tonu/mysql-4.0 | ||||
| * | SSL compiles and works as far as can see. Continue testing.. | tonu@volk.internalnet | 2001-09-30 | 1 | -1/+5 |
| | | |||||
* | | Final fixes for INSERT into MERGE tables. | monty@tik.mysql.fi | 2001-09-27 | 1 | -1/+1 |
|/ | | | | | | Move MAX_BLOB_WIDTH to be global Added full support for unsigned BIGINT Fixed spelling errors | ||||
* | OpenSSL changes | tonu@x153.internalnet | 2001-08-27 | 1 | -1/+12 |
| | |||||
* | Fixed multi-table-delete | monty@hundin.mysql.fi | 2001-06-15 | 1 | -0/+1 |
| | | | | Optimize fixed length MyISAM rows to use pread/pwrite. | ||||
* | --safe-show-db and have_xxx variables | monty@donna.mysql.com | 2000-12-26 | 1 | -1/+3 |
| | |||||
* | Bug fix for NATURAL JOIN, Split manual sections and more statistic variables | monty@donna.mysql.com | 2000-11-20 | 1 | -0/+1 |
| | |||||
* | Additions for CHECK table + update of benchmarks | monty@donna.mysql.com | 2000-08-17 | 1 | -1/+1 |
| | |||||
* | Fixed for Ia64 + delayed key creation + a lot of small bug fixes | monty@donna.mysql.com | 2000-08-15 | 1 | -0/+3 |
| | |||||
* | Import changeset | bk@work.mysql.com | 2000-07-31 | 1 | -0/+160 |