summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* query_id and my_xid -> ulonglongunknown2005-01-2727-302/+378
* documented handlerton structureunknown2005-01-161-0/+52
* XA (not completely polished out yet)unknown2005-01-1672-2264/+3357
* strings/decimal.cunknown2004-12-271-2/+10
* rem0rec.ic:unknown2004-12-181-25/+56
* Fix for bug #7213: information_schema: redundant non-standard TABLE_NAMES tableunknown2004-12-185-23/+31
* Fix for bug #7210: information_schema: can't access when table-name = reserve...unknown2004-12-184-0/+36
* Merge bk-internal.mysql.com:/home/bk/mysql-5.0unknown2004-12-183-7/+6
|\
| * BUG#7384 IM fails to compile on Solaris.unknown2004-12-183-7/+6
* | More work on truncations in libmysql: after-review fixes.unknown2004-12-183-67/+54
* | InnoDB: fix a compilation error due to missing typedef (Bug #7383)unknown2004-12-181-1/+1
* | Merge heikki@bk-internal.mysql.com:/home/bk/mysql-5.0unknown2004-12-174-5/+67
|\ \
| * | Truncations patch: a post-review fix. unknown2004-12-184-5/+67
* | | page0page.ic:unknown2004-12-171-13/+13
|/ /
* | Merge lgrimmer@bk-internal.mysql.com:/home/bk/mysql-5.0unknown2004-12-172-11/+13
|\ \
| * | Fixing compile-time failures in recently pushed code (aCC, Sun Studio)unknown2004-12-172-11/+13
* | | Merge mysql.com:/space/my/mysql-5.0unknown2004-12-1758-357/+1769
|\ \ \
| * \ \ Merge lgrimmer@bk-internal.mysql.com:/home/bk/mysql-5.0unknown2004-12-1758-357/+1769
| |\ \ \ | | |/ /
| | * | Merge rkalimullin@bk-internal.mysql.com:/home/bk/mysql-5.0unknown2004-12-1720-33/+435
| | |\ \
| | | * \ Merge akopytov@bk-internal.mysql.com:/home/bk/mysql-5.0unknown2004-12-1720-33/+435
| | | |\ \
| | | | * | Forward port of HugeTLB, InnoDB doublewrite and checksums patches to 5.0unknown2004-12-1420-33/+435
| | * | | | Merge rkalimullin@bk-internal.mysql.com:/home/bk/mysql-5.0unknown2004-12-1727-40/+1050
| | |\ \ \ \ | | | |/ / / | | |/| | |
| | | * | | bit typeunknown2004-12-1727-40/+1050
| | * | | | The BIT patch by ramil causes that the old data type BIT is nounknown2004-12-1711-284/+284
| | | |_|/ | | |/| |
* | | | | - typo fixunknown2004-12-171-1/+1
* | | | | - make sure to include sql/share/errmsg.txt into the source distributionunknown2004-12-171-0/+2
|/ / / /
* | | | - added file innobase/include/trx0xa.h which was missing from the sourceunknown2004-12-171-1/+1
|/ / /
* | | Merge bk-internal.mysql.com:/home/bk/mysql-5.0unknown2004-12-172-7/+13
|\ \ \
| * \ \ Merge bk-internal.mysql.com:/home/bk/mysql-5.0unknown2004-12-172-7/+13
| |\ \ \
| | * | | Fix for pekka's IM compilation failure at ndb.mysql.comunknown2004-12-172-7/+13
* | | | | Fix of test-suite failures which popped up after addition of federatedunknown2004-12-172-2/+2
|/ / / /
* | | | WL# 2094 Federated Storage Handler, added fixes per suggestions by Bar and An...unknown2004-12-164-124/+277
* | | | Merge pgalbraith@bk-internal.mysql.com:/home/bk/mysql-5.0unknown2004-12-1616-3/+2888
|\ \ \ \
| * | | | First commit to mysql-5.0 tree to include MySQL Federated Storage Handler. Th...unknown2004-12-1116-3/+2888
* | | | | Clean up from code review. unknown2004-12-161-13/+4
* | | | | Mergeunknown2004-12-164-40/+1276
|\ \ \ \ \
| * | | | | A few simple fixes plus the added support of being able to repair the meta da...unknown2004-12-094-40/+1276
* | | | | | Merge anna@bk-internal.mysql.com:/home/bk/mysql-5.0unknown2004-12-161-416/+28
|\ \ \ \ \ \
| * | | | | | Removed incorrect messages; fixed serbian messages.unknown2004-12-161-416/+28
* | | | | | | Fix for BUG#7266.unknown2004-12-162-7/+7
|/ / / / / /
* | | | | | Merge jlindstrom@bk-internal.mysql.com:/home/bk/mysql-5.0unknown2004-12-1615-32/+174
|\ \ \ \ \ \
| * | | | | | errmsg.txt:unknown2004-12-161-2/+1
| * | | | | | Merge rkalimullin@bk-internal.mysql.com:/home/bk/mysql-5.0unknown2004-12-163-1/+25
| |\ \ \ \ \ \
| | * | | | | | Fix for bug#7211: information_schema: crash if bad view(after review)unknown2004-12-163-1/+25
| * | | | | | | Merge rkalimullin@bk-internal.mysql.com:/home/bk/mysql-5.0unknown2004-12-161-0/+1
| |\ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | |
| | * | | | | | A fix (Bug #6843: Wrong function name crashes MySQL if mysql.proc table is missiunknown2004-12-161-0/+1
| * | | | | | | Merge sgluhov@bk-internal.mysql.com:/home/bk/mysql-5.0unknown2004-12-168-14/+117
| |\ \ \ \ \ \ \
| | * \ \ \ \ \ \ Merge sgluhov@bk-internal.mysql.com:/home/bk/mysql-5.0unknown2004-12-168-14/+117
| | |\ \ \ \ \ \ \ | | | |_|_|_|_|/ / | | |/| | | | | |
| | | * | | | | | Fix for bug#7212: information_schema: "Can't find file" errors if storage eng...unknown2004-12-168-14/+117
| * | | | | | | | Merge mysql.com:/home/mydev/mysql-5.0unknown2004-12-161-1/+2
| |\ \ \ \ \ \ \ \