summaryrefslogtreecommitdiff
path: root/sql/sql_class.h
Commit message (Expand)AuthorAgeFilesLines
* Mergedunknown2004-06-071-9/+29
|\
| * Merge spetrunia@bk-internal.mysql.com:/home/bk/mysql-4.1unknown2004-06-041-1/+1
| |\
| * \ Merge spetrunia@bk-internal.mysql.com:/home/bk/mysql-4.1unknown2004-06-031-9/+29
| |\ \
| | * \ Merge spetrunia@bk-internal.mysql.com:/home/bk/mysql-4.1unknown2004-06-011-9/+29
| | |\ \
| | | * \ Manually merged, requirees more mergingunknown2004-05-251-0/+4
| | | |\ \
| | | * \ \ Mergeunknown2004-05-241-1/+1
| | | |\ \ \
| | | * \ \ \ Merge spetrunia@bk-internal.mysql.com:/home/bk/mysql-4.1unknown2004-05-211-9/+29
| | | |\ \ \ \
| | | | * | | | WL#1622 "SQL Syntax for Prepared Statements": Post-review fixes (1 of 2)unknown2004-05-211-2/+7
| | | | * | | | Trivial manual mergeunknown2004-05-151-7/+22
| | | | |\ \ \ \
| | | | | * \ \ \ Merge spetrunia@bk-internal.mysql.com:/home/bk/mysql-4.1unknown2004-04-281-2/+6
| | | | | |\ \ \ \
| | | | | * | | | | WL#1622 "SQL Syntax for Prepared Statements": post-review fixes:unknown2004-04-131-21/+22
| | | | | * | | | | Mergeunknown2004-04-081-0/+14
| | | | | |\ \ \ \ \
| | | | | | * \ \ \ \ Post-merge fixesunknown2004-04-051-0/+14
| | | | | | |\ \ \ \ \
| | | | | | | * | | | | Many files:unknown2004-04-051-0/+14
* | | | | | | | | | | | Portability fixes (and a typo after last merge)unknown2004-06-041-1/+1
| |_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | |
* | | | | | | | | | | Merge gbichot@213.136.52.20:/home/bk/mysql-4.1unknown2004-06-031-1/+1
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| | | | | | | | | |
| * | | | | | | | | | Implementation of WL#1824 "Add replication of character set variables in 4.1",unknown2004-06-031-1/+1
| |/ / / / / / / / /
* | | | | | | | | | Merge with 4.0 to get fixes for netwareunknown2004-06-021-1/+1
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Changed --log-warnings to be integer instead of boolean. Given --skip-log-war...unknown2004-06-011-1/+1
* | | | | | | | | | | Proposed fix for bug #3412 (embedded server: prepared statement returnsunknown2004-05-281-0/+2
| |/ / / / / / / / / |/| | | | | | | | |
* | | | | | | | | | Changed prototype of killed_ptr() to make it more portableunknown2004-05-261-1/+1
| |_|_|_|_|_|_|_|/ |/| | | | | | | |
* | | | | | | | | Support for character set conversion in binary protocol: another gounknown2004-05-251-0/+4
| |_|_|_|_|_|_|/ |/| | | | | | |
* | | | | | | | Merge bk-internal.mysql.com:/home/bk/mysql-4.1unknown2004-05-241-1/+1
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | |
| * | | | | | | Merge with 4.0, mainly to get changes to windows project filesunknown2004-05-201-1/+1
| |\ \ \ \ \ \ \ | | |/ / / / / /
| | * | | | | | Fix for BUG33649: Post-review fixes unknown2004-05-191-1/+1
* | | | | | | | Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-4.1unknown2004-05-191-1/+18
|\ \ \ \ \ \ \ \ | |/ / / / / / /
| * | | | | | | Merge with 4.0.20unknown2004-05-171-1/+18
| |\ \ \ \ \ \ \ | | |/ / / / / / | | | / / / / / | | |/ / / / / | |/| | | | |
| | * | | | | Many files:unknown2004-05-141-1/+18
* | | | | | | after review changesunknown2004-05-191-1/+1
* | | | | | | Mergeunknown2004-05-141-2/+1
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | EXPLAIN UNION using same routing which used for execution which allow return ...unknown2004-05-061-2/+1
| | |_|_|_|/ | |/| | | |
* | | | | | Don't automaticly generate a new key for a foreign key constraint if there is...unknown2004-05-121-4/+6
* | | | | | Introduce keys in child tables corresponding to FOREIGN KEYsunknown2004-04-211-0/+3
|/ / / / /
* | | | | Added NDB storage engineunknown2004-04-151-2/+6
| |/ / / |/| | |
* | | | removed old way to prevent using stack tables for caching Items in PSunknown2004-04-041-6/+0
| |/ / |/| |
* | | removed unused fieldunknown2004-04-011-1/+0
* | | fix for table/field caching mechanismunknown2004-04-011-2/+10
| |/ |/|
* | To save 32KB memory per thread when --log-bin is not used, we do notunknown2004-03-261-1/+1
* | merge fixes (use old code)unknown2004-03-181-0/+2
|\ \
| * \ merge with 4.0unknown2004-03-161-0/+2
| |\ \ | | |/
| | * Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-4.0unknown2004-03-041-0/+1
| | |\
| | | * invalidation of locking for write tables (BUG#2693)unknown2004-03-041-0/+1
| | * | Fixed Bug#2491, INSERT DELAYED causes binary log unusable by mysqlbinlog (rep...unknown2004-03-041-0/+1
| | |/
* | | Merge vvagin@bk-internal.mysql.com:/home/bk/mysql-4.1unknown2004-03-161-0/+1
|\ \ \ | |/ / |/| |
| * | actions for bug unknown2004-03-151-0/+1
* | | Fix of compilation failure of latest 4.1 tree: new constants in mysqld.ccunknown2004-03-151-1/+1
|/ /
* | Desperate attempt to push part of prepared statements cleanup which was unknown2004-03-021-14/+14
* | - fixed another HP-UX compile error ("Member 'set_item_arena' not declared unknown2004-02-281-1/+1
* | after review changesunknown2004-02-201-2/+2
* | mergeunknown2004-02-171-26/+63
|\ \