summaryrefslogtreecommitdiff
path: root/sql/structs.h
Commit message (Collapse)AuthorAgeFilesLines
* Changed thd variables max_join_size and select_limit to type ha_rows.monty@mashka.mysql.fi2002-12-201-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
* mergemonty@mashka.mysql.fi2002-07-231-19/+22
|\
| * New SET syntax & system variables.monty@mashka.mysql.fi2002-07-231-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.bg2002-07-171-2/+2
|/ | | | C++ comments cleanup
* Added interface for first set of dynamic variables.jani@rhols221.adsl.netsonic.fi2002-06-281-1/+2
|
* Fix for a user management system that resources can be reset to zero Sinisa@sinisa.nasamreza.org2002-06-251-1/+1
| | | | with a GRANT statement.
* Features made for Schlund plus several bug fixes.Sinisa@sinisa.nasamreza.org2002-05-151-5/+8
| | | | Read a manual for more detail
* Update for BTREE keys in HEAP tablesmonty@tik.mysql.fi2002-04-121-0/+1
| | | | Split handler->option_flag() to handler->table_flags() and handler->index_flags()
* Changes required for maximum queries per hourSinisa@sinisa.nasamreza.org2002-02-011-0/+8
|
* Ugly merge! But I am not done yet - there are a number of things I need to fixsasha@mysql.sashanet.com2002-01-191-1/+1
|\ | | | | | | before I can push
| * Here comes a nasty patch, although I am not ready to push it yet. I willsasha@mysql.sashanet.com2002-01-191-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 copyrightmonty@hundin.mysql.fi2001-12-061-3/+3
|/ | | | Fixed memory leak on shutdown (Affects the embedded version & MyODBC)
* Portability fixmonty@hundin.mysql.fi2001-11-071-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.com2001-10-091-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.0tonu@volk.internalnet2001-09-301-1/+5
|\ | | | | | | into volk.internalnet:/home/tonu/mysql-4.0
| * SSL compiles and works as far as can see. Continue testing..tonu@volk.internalnet2001-09-301-1/+5
| |
* | Final fixes for INSERT into MERGE tables.monty@tik.mysql.fi2001-09-271-1/+1
|/ | | | | | Move MAX_BLOB_WIDTH to be global Added full support for unsigned BIGINT Fixed spelling errors
* OpenSSL changestonu@x153.internalnet2001-08-271-1/+12
|
* Fixed multi-table-deletemonty@hundin.mysql.fi2001-06-151-0/+1
| | | | Optimize fixed length MyISAM rows to use pread/pwrite.
* --safe-show-db and have_xxx variablesmonty@donna.mysql.com2000-12-261-1/+3
|
* Bug fix for NATURAL JOIN, Split manual sections and more statistic variablesmonty@donna.mysql.com2000-11-201-0/+1
|
* Additions for CHECK table + update of benchmarksmonty@donna.mysql.com2000-08-171-1/+1
|
* Fixed for Ia64 + delayed key creation + a lot of small bug fixesmonty@donna.mysql.com2000-08-151-0/+3
|
* Import changesetbk@work.mysql.com2000-07-311-0/+160