summaryrefslogtreecommitdiff
path: root/sql/sql_list.h
Commit message (Collapse)AuthorAgeFilesLines
* merge with 4.0monty@mysql.com2004-03-161-0/+5
|\
| * Rollback UPDATE/DELETE statements on killmonty@mysql.com2004-03-041-0/+5
| | | | | | | | nsure that rows in a multi-row INSERT DELAYED are inserted atomicly
* | qnx qcc compatibility fixserg@serg.mylan2004-02-191-1/+1
| |
* | catch accesses to deleted objectsserg@serg.mylan2004-01-301-2/+8
| | | | | | | | double delete bug fixed
* | Added missing SSL library (Should be in source distribution)monty@mysql.com2003-11-281-2/+2
| | | | | | | | | | | | | | Fixed compiler warnings (a lot of hidden variables detected by the Forte compiler) Added a lot of 'version_xxx' strings to 'show variables' Prevent copying of TMP_TABLE_PARAM (This caused core dump bug on Solaris) Fixed problem with printing sub selects to debug log
* | Merge with 4.0.14monty@mashka.mysql.fi2003-08-111-15/+22
|\ \ | |/
| * Cleaner implementation if INSERT ... SELECT with same tablesmonty@narttu.mysql.fi2003-07-031-15/+22
| | | | | | | | Tests cleanup (put drop database first in tests)
* | Added SQLSTATE to client/server protocolmonty@narttu.mysql.fi2003-06-041-0/+3
| | | | | | | | | | | | | | | | | | | | bmove_allign -> bmove_align Added OLAP function ROLLUP Split mysql_fix_privilege_tables to a script and a .sql data file Added new (MEMROOT*) functions to avoid calling current_thd() when creating some common objects. Added table_alias_charset, for easier --lower-case-table-name handling Better SQL_MODE handling (Setting complex options also sets sub options) New (faster) assembler string functions for x86
* | After merge fixesmonty@mashka.mysql.fi2003-05-211-0/+1
| | | | | | | | Added initialization of all important global variables
* | Merge with 4.0.13monty@narttu.mysql.fi2003-05-191-1/+1
|\ \ | |/
| * mergemonty@narttu.mysql.fi2003-04-241-1/+1
| |\
| | * Fixes for valgrindmonty@narttu.mysql.fi2003-04-231-1/+1
| | | | | | | | | | | | | | | | | | Added optimzation for clustered index Fixed bug in UPDATE ... ORDER BY Fixed handling of UPDATE ... LIMIT
| * | fix for bug #212hf@deer.mysql.r18.ru2003-04-161-0/+2
| |/
* | Add empty() function for baselist.monty@narttu.mysql.fi2003-05-191-1/+2
| |
* | Fix for bug #212hf@deer.mysql.r18.ru2003-04-161-0/+2
| |
* | mergingbell@sanja.is.com.ua2003-01-251-3/+14
|\ \
| * | fixed subselects with temporary tables (SCRUM)bell@sanja.is.com.ua2003-01-251-3/+14
| | | | | | | | | | | | fixed memory leacks
* | | optimized IN with Rows (SCRUM)bell@sanja.is.com.ua2002-12-081-1/+9
|/ / | | | | | | | | | | | | NULL with row (IN) cardinality error of row inside row new[] fixed layout
* | Fixes and code cleanups after merge with 4.0.3monty@mashka.mysql.fi2002-10-021-117/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Warning handling and initial prepared statement handling (last not complete yet) Changed a lot of functions that returned 0/1 to my_bool type. GRANT handling now uses read/write locks instead of mutex Change basic net functions to use THD instead of NET (needed for 4.1 protocol) Use my_sprintf instead of sprintf() + strlen() Added alloc_query() to be able to chare query initialization code with prepared statements. Cleanup handling of SHOW COUNT(*) WARNINGS and SELECT LAST_INSERT_ID() Note that the following test fails (will be fixed ASAP): sub_select, union, rpl_rotate_logs and rpl_mystery22
* | sql_list.h:venu@myvenu.com2002-06-121-1/+3
| | | | | | | | One more missed fix from Windows
* | sql_error.cc, sql_prepare.cc:venu@myvenu.com2002-06-121-0/+121
|/ | | | | | | | | | | | | | | | | new file Client-server protocol 4.1 changes - Server side: * Enhanced metadata information: - SHOW [COUNT(*)] ERRORS [LIMIT [offset,] rows] - SHOW [COUNT(*)] WARNING [LIMIT [offset,] rows] - SHOW TABLE TYPES - SHOW PRIVILEGES - SHOW COLUMN TYPES (Not fully implemented) * Prepared execution * Long data handling in pieces * And other misc changes
* 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)
* mergedsasha@mysql.sashanet.com2001-08-111-2/+9
|\
| * Fixed bug in ALTER TABLE for MERGE tablesmonty@bitch.mysql.fi2001-08-101-2/+9
| | | | | | | | | | | | Portability fixes Fixed problem when giving wrong arguments to myisam_recover Fix to remove warnings when using purify
* | Fix UNIONmonty@tik.mysql.fi2001-08-021-28/+60
|/ | | | | | | | New faster list iterators Change list code to be simpler and faster Optimize count(distinct) New error messages for UNION Make create_tmp_table more general to be usable by UNION
* sql/mysqld.ccsasha@mysql.sashanet.com2001-03-241-0/+9
| | | | | | | | | | fixed concurrency bug with a very quickly disconnecting client - the client could disconnect and delete thd before pthread_create could write to &thd->real_id sql/sql_list.h while tracking down the bug, made new/delete go through my_malloc/my_free for ilink - did not help, but this is better anyway - cleaner exit with a message in out of memory codition at least.
* Fixes for Ia64monty@donna.mysql.com2000-08-231-1/+1
|
* Import changesetbk@work.mysql.com2000-07-311-0/+310