summaryrefslogtreecommitdiff
path: root/sql
Commit message (Collapse)AuthorAgeFilesLines
* ha_innodb.cc:heikki@hundin.mysql.fi2003-02-181-0/+1
| | | | InnoDB maps HA_READ_PREFIX_LAST_OR_PREV to PAGE_CUR_LE, but note that only complete-field prefixes of the kay value can be used as the search key
* Made it work with bison 1.875. They've changed the "parse error" string intopem@mysql.com2003-02-181-1/+2
| | | | "syntax error".
* sql_table.cc, field.cc:bar@bar.mysql.r18.ru2003-02-173-10/+15
| | | | | | Bug fix opt_range.cc: Buf fix
* Merge with 4.0.11 tree to get latest bug fixesmonty@mashka.mysql.fi2003-02-178-63/+32
|\
| * Fixed multi-table-delete for InnoDB tablesmonty@mashka.mysql.fi2003-02-179-66/+32
| | | | | | | | Novell patches
| * Merge mashka.mysql.fi:/home/my/mysql-3.23monty@mashka.mysql.fi2003-02-171-8/+10
| |\ | | | | | | | | | into mashka.mysql.fi:/home/my/mysql-4.0
| | * Fixed problem with ISNULL on fields that could not be nullmonty@mashka.mysql.fi2003-02-171-8/+10
| | |
| | * backported MERGE+MAX bugfix from 4.0serg@serg.mysql.com2003-02-121-4/+3
| | |
| | * backporting Peter's fix for better RAND() initialization from 4.0serg@serg.mysql.com2003-02-111-1/+1
| | |
* | | fixed excluding st_select_lex from global select listbell@sanja.is.com.ua2003-02-163-9/+11
| | | | | | | | | | | | | | | fixed destroing not well constructed analize object fixed wrong detection of unions in derived tables
* | | fixed memory leak in procedure with subselectsbell@sanja.is.com.ua2003-02-141-0/+3
| | |
* | | Merge work:/home/bk/mysql-4.1 into mashka.mysql.fi:/home/my/mysql-4.1monty@mashka.mysql.fi2003-02-1412-225/+207
|\ \ \
| * | | Fixed problem when connecting to user without a password.monty@mashka.mysql.fi2003-02-1412-225/+207
| | | | | | | | | | | | | | | | Fixed problem with LIKE and BINARY
* | | | item_strfunc.cc:bar@bar.mysql.r18.ru2003-02-131-2/+2
| | | | | | | | | | | | | | | | Fix
* | | | item_strfunc.cc:bar@bar.mysql.r18.ru2003-02-131-8/+8
| | | | | | | | | | | | | | | | Fix
* | | | sql_yacc.yy:bar@bar.mysql.r18.ru2003-02-131-0/+1
|/ / / | | | | | | | | | Compilation failure fix
* | | Merge work:/home/bk/mysql-4.1 into mashka.mysql.fi:/home/my/mysql-4.1monty@mashka.mysql.fi2003-02-125-10/+36
|\ \ \
| * | | lex.h:bar@bar.mysql.r18.ru2003-02-111-1/+1
| | | | | | | | | | | | | | | | Typo fix
| * | | lex.h:bar@bar.mysql.r18.ru2003-02-111-0/+4
| | | | | | | | | | | | | | | | | | | | New synonyms for spatial functions for compatibility with http://www.opengis.org/testing/sfsql/sqltsch.sql
| * | | For more OpenGIS compatibility, these symbols are now synomims to GEOMETRY type:bar@bar.mysql.r18.ru2003-02-112-6/+28
| | | | | | | | | | | | | | | | POINT, LINESTRING, POLYGON, MULTIPOINT, MULTIPOLYGON, MULTILINESTRING
| * | | Windows compile fixups (To be verified by respective devs)venu@myvenu.com2003-02-043-3/+3
| | | |
* | | | Updated configure script to handle 1 digit numbers in MySQL versionmonty@mashka.mysql.fi2003-02-122-2/+2
| | | | | | | | | | | | | | | | Fixed a few typos from last patch
* | | | Fixed a lot of wrong memory references as reported by valgrindmonty@mashka.mysql.fi2003-02-1229-557/+817
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Portability fixes Added new client function: mysql_get_server_version() New server help code (From Victor Vagin) Fixed wrong usage of binary() Disabled RTREE usage for now.
* | | | mergemonty@mashka.mysql.fi2003-02-103-3/+6
|\ \ \ \ | | |/ / | |/| |
| * | | Merge work:/my/mysql-4.0 into mashka.mysql.fi:/home/my/mysql-4.0monty@mashka.mysql.fi2003-02-102-4/+4
| |\ \ \
| | * | | Better fix for count(distinct) bugmonty@mashka.mysql.fi2003-02-102-4/+4
| | | | |
| * | | | Merge sergbook.mysql.com:/usr/home/serg/Abk/mysqlserg@sergbook.mysql.com2003-02-101-1/+3
| |\ \ \ \ | | |/ / / | |/| | / | | | |/ | | |/| into sergbook.mysql.com:/usr/home/serg/Abk/mysql-4.0
| | * | error message fixed (new error code will be introduced in 4.1)serg@sergbook.mysql.com2003-02-101-1/+3
| | | |
| | * | ha_innobase.cc:heikki@hundin.mysql.fi2003-02-051-1/+1
| | | | | | | | | | | | | | | | Backport from 4.0: fix potential bug if store_lock is called with TL_IGNORE in the middle of a query
| * | | count(distint) on an empty table crash fixedserg@sergbook.mysql.com2003-02-102-4/+5
| | | |
* | | | Move tmp_table_used to THDmonty@mashka.mysql.fi2003-02-1015-27/+35
| | | | | | | | | | | | | | | | | | | | Optimize depending sub querys Remove valgrind warnings
* | | | Merge mashka.mysql.fi:/home/my/mysql-4.0monty@mashka.mysql.fi2003-02-101-12/+2
|\ \ \ \ | |/ / / | | | | | | | | into mashka.mysql.fi:/home/my/mysql-4.1
| * | | Fixed memory reference error when doing key_column <=> NULL on column that ↵monty@mashka.mysql.fi2003-02-101-12/+2
| | | | | | | | | | | | | | | | is defined as NOT NULL
* | | | merge with 4.0.11 to get fix for thread stackmonty@mashka.mysql.fi2003-02-081-0/+11
|\ \ \ \ | |/ / /
| * | | Check how much stack we got; Needed to be able to run crash-memonty@mashka.mysql.fi2003-02-081-1/+11
| | | |
* | | | mergemonty@mashka.mysql.fi2003-02-085-15/+23
|\ \ \ \ | |/ / /
| * | | Merge work:/my/mysql-4.0 into mashka.mysql.fi:/home/my/mysql-4.0monty@mashka.mysql.fi2003-02-075-5/+16
| |\ \ \
| | * | | Fix problem in MIN/MAX optimisation (from last patch)monty@mashka.mysql.fi2003-02-075-5/+16
| | | | | | | | | | | | | | | | | | | | Don't make OLD_PASSWORD() a reserved word
| * | | | ha_innodb.cc:heikki@hundin.mysql.fi2003-02-071-11/+8
| |/ / / | | | | | | | | | | | | Clarify the meaning of HA_READ_PREFIX_LAST as a search flag. InnoDB assumed the meaning wrong.
* | | | Update lengths for fields in MYSQL_FIELDmonty@mashka.mysql.fi2003-02-081-1/+0
| | | |
* | | | Merge with 4.0 to get fix for MIN/MAXmonty@mashka.mysql.fi2003-02-077-19/+65
|\ \ \ \ | |/ / /
| * | | Merge work:/my/mysql-4.0 into mashka.mysql.fi:/home/my/mysql-4.0monty@mashka.mysql.fi2003-02-0710-40/+66
| |\ \ \
| | * | | Allow 4.0 to read new 4.1 .frm filesmonty@mashka.mysql.fi2003-02-071-11/+20
| | | | |
| | * | | Added START TRANSACTION syntaxmonty@mashka.mysql.fi2003-02-069-29/+46
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added ALL as parameter option for all group functions. Make join handling uniform. This allows us to use ',', JOIN and INNER JOIN the same way. Sort NULL last if DESC is used (ANSI SQL 99 requirement)
| * | | | ha_innodb.cc:heikki@hundin.mysql.fi2003-02-071-1/+12
| | | | | | | | | | | | | | | | | | | | Since MySQL uses HA_READ_PREFIX_LAST in a wrong place, we make InnoDB to convert it to a right search condition
| * | | | ha_innodb.cc:heikki@hundin.mysql.fi2003-02-051-3/+11
| |/ / / | | | | | | | | | | | | Fix potential bug: if MySQL calls store_lock with the TL_IGNORE argument in the middle of query processing, then InnoDB select_lock_type could be reset to LOCK_NONE in a wrong place
* | | | After merge fixes & remove compiler warningsmonty@mashka.mysql.fi2003-02-0716-112/+120
| | | | | | | | | | | | | | | | | | | | Added lengths for all MYSQL_FIELD string parameters Changed field length to 2 byte in .frm files
* | | | Merge with 4.0.11monty@mashka.mysql.fi2003-02-0448-3842/+1243
|\ \ \ \ | |/ / / | | | / | |_|/ |/| |
| * | Fixed bug in ulonglong parsing for constructs that only takes unsigned ↵monty@mashka.mysql.fi2003-02-041-3/+4
| | | | | | | | | | | | longlong as parameter.
| * | Fix for MIN/MAX with empty tablesmonty@mashka.mysql.fi2003-02-034-25/+76
| | | | | | | | | | | | | | | MIN(key_column) could in some cases return NULL on a column with NULL and other values. MIN(key_column) and MAX(key_column) could in some cases return wrong values when used in OUTER JOIN.