summaryrefslogtreecommitdiff
path: root/sql/sql_class.cc
Commit message (Expand)AuthorAgeFilesLines
* manually mergedserg@serg.mylan2004-08-181-1/+11
|\
| * Avoiding a theoretically possible crash (pthread_mutex_lock(0)) which could (...guilhem@mysql.com2004-07-301-1/+11
* | Bug#4417 binary character set breaks multi-byte table/field name.bar@mysql.com2004-07-061-6/+8
* | mergemonty@mysql.com2004-06-211-1/+2
|\ \
| * | After merge fixesmonty@mysql.com2004-06-211-1/+2
* | | WL#1264 "Per-thread time zone support infrastructure".dlenev@brandersnatch.localdomain2004-06-181-2/+2
|/ /
* | Post review fixes for "SQL Syntax for Prepared Statements".sergefp@mysql.com2004-06-071-1/+1
* | Merge spetrunia@bk-internal.mysql.com:/home/bk/mysql-4.1sergefp@mysql.com2004-06-041-0/+1
|\ \
| * \ Merge gbichot@213.136.52.20:/home/bk/mysql-4.1guilhem@mysql.com2004-06-031-0/+1
| |\ \
| | * | Implementation of WL#1824 "Add replication of character set variables in 4.1",guilhem@mysql.com2004-06-031-0/+1
* | | | Merge spetrunia@bk-internal.mysql.com:/home/bk/mysql-4.1sergefp@mysql.com2004-06-031-4/+39
|\ \ \ \ | |/ / / |/| | |
| * | | Manually merged, requirees more mergingsergefp@mysql.com2004-05-251-2/+31
| |\ \ \ | | |/ /
| * | | Merge spetrunia@bk-internal.mysql.com:/home/bk/mysql-4.1sergefp@mysql.com2004-05-211-4/+39
| |\ \ \
| | * \ \ Trivial manual mergesergefp@mysql.com2004-05-151-4/+39
| | |\ \ \
| | | * | | WL#1622 "SQL Syntax for Prepared Statements" - cosmetic code review fixessergefp@mysql.com2004-04-301-4/+4
| | | * | | WL#1622 "SQL Syntax for Prepared Statements": post-review fixes:sergefp@mysql.com2004-04-131-24/+38
| | | * | | Mergesergefp@mysql.com2004-04-081-1/+22
| | | |\ \ \
| | | | * \ \ Post-merge fixessergefp@mysql.com2004-04-051-1/+22
| | | | |\ \ \
| | | | | * | | Many files:sergefp@mysql.com2004-04-051-1/+22
* | | | | | | | Proposed fix for bug #3412 (embedded server: prepared statement returnshf@deer.(none)2004-05-281-1/+1
| |_|_|_|_|/ / |/| | | | | |
* | | | | | | Support for character set conversion in binary protocol: another gokonstantin@mysql.com2004-05-251-2/+31
|/ / / / / /
* | | | | | Better fix for bug #3749 (bug in deleting automatic generated foreign keys)monty@mysql.com2004-05-151-1/+1
|/ / / / /
* | | | | Don't automaticly generate a new key for a foreign key constraint if there is...monty@mysql.com2004-05-121-15/+60
* | | | | Introduce keys in child tables corresponding to FOREIGN KEYsmarko@hundin.mysql.fi2004-04-211-0/+28
|/ / / /
* | | | removed old way to prevent using stack tables for caching Items in PSbell@sanja.is.com.ua2004-04-041-1/+0
|/ / /
* | | fix for table/field caching mechanismbell@sanja.is.com.ua2004-04-011-0/+1
|/ /
* | To save 32KB memory per thread when --log-bin is not used, we do notguilhem@mysql.com2004-03-261-1/+5
* | mergebell@sanja.is.com.ua2004-03-091-1/+5
|\ \
| * | revision of fix_fields() calls (BUG2838)bell@sanja.is.com.ua2004-02-181-1/+5
* | | Desperate attempt to push part of prepared statements cleanup which was konstantin@oak.local2004-03-021-11/+2
* | | my_gethwaddr() for linux/freebsdserg@serg.mylan2004-02-271-7/+1
* | | mergebell@sanja.is.com.ua2004-02-171-1/+22
|\ \ \ | |/ / |/| |
| * | memory leacks in PS with subqueries fixed (adddition to fix of BUG#2462)bell@sanja.is.com.ua2004-02-121-4/+10
| * | mergebell@sanja.is.com.ua2004-02-091-1/+16
| |\ \
| | * | fixed subquery with PS (BUG#2462)bell@sanja.is.com.ua2004-02-081-1/+16
* | | | Merge with 4.0.18monty@mysql.com2004-02-111-0/+2
|\ \ \ \ | |/ / / |/| | / | | |/ | |/|
| * | Merge eagle.mysql.r18.ru:/home/vva/work/mysql.orig/clear/mysql-4.0vva@eagle.mysql.r18.ru2004-02-051-0/+2
| |\ \
| | * | code cleanupvva@eagle.mysql.r18.ru2004-02-051-1/+1
| | * | added checking for bootstrap in select_send::send_datavva@eagle.mysql.r18.ru2004-02-041-0/+2
| * | | Fixed parsing of column names and foreign key constraints in Innobase to hand...monty@mysql.com2004-01-301-8/+14
| |/ /
* | | Added --compact to mysqlbinlogmonty@mysql.com2004-02-091-1/+1
* | | mergemonty@mysql.com2004-02-051-49/+61
|\ \ \ | |_|/ |/| |
| * | Added SQL_SELECT::cleanup() to make it easier to reuse SQL_SELECT item's for ...monty@mysql.com2004-02-051-49/+61
* | | bugfix to #1224hf@deer.(none)2004-01-271-2/+0
|/ /
* | mergebell@sanja.is.com.ua2004-01-171-1/+1
|\ \
| * | removed droping field->query_id for reinitialization tables for subquery.bell@sanja.is.com.ua2004-01-031-1/+1
* | | Fixed Bug#2123, mysqld segmentation faulted when it tried tojani@rhols221.adsl.netsonic.fi2004-01-151-45/+32
* | | Fix for 1224 (USER() CURRENT_USER() functions in embedded library)hf@deer.(none)2004-01-071-1/+3
|/ /
* | short patch for bug #2184 'Prepared statements in embedded library was konstantin@oak.local2003-12-231-0/+2
* | THD::init_for_queries() pushed back:konstantin@oak.local2003-12-211-6/+17