summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | Merge bk-internal:/home/bk/mysql-5.0-ndbunknown2005-01-081-1/+1
| |\ \ \ \ \ | | |/ / / /
| | * | | | Testing a new @ref in Ndb.hpp.unknown2005-01-081-1/+1
| * | | | | Merge bk-internal:/home/bk/mysql-5.0unknown2005-01-08250-32/+69154
| |\ \ \ \ \ | | |/ / / / | |/| | / / | | | |/ / | | |/| |
| | * | | Introduce ROW_TYPE=REDUNDANT and ROW_TYPE=COMPACT for InnoDB table formatsunknown2005-01-075-4/+13
| * | | | ndb - wl-1442 minorunknown2005-01-083-9/+13
| * | | | Some cleanup in Ndb.hpp (testing for PDF generation).unknown2005-01-081-12/+13
| | |/ / | |/| |
| * | | Merge tulin@bk-internal.mysql.com:/home/bk/mysql-5.0-ndbunknown2005-01-073-53/+63
| |\ \ \
| | * | | updated docs on eventunknown2005-01-073-53/+63
* | | | | Merge mysql.com:/home/jonas/src/mysql-5.0unknown2005-01-07245-28/+69141
|\ \ \ \ \ | |/ / / / |/| | / / | | |/ / | |/| |
| * | | mergeunknown2005-01-07244-26/+69139
| |\ \ \ | | | |/ | | |/|
| | * | Many files:unknown2005-01-07235-0/+0
| | * | Merge bk-internal.mysql.com:/home/bk/mysql-4.1unknown2005-01-07248-30/+69189
| | |\ \
| | | * \ Merge lgrimmer@bk-internal.mysql.com:/home/bk/mysql-4.1unknown2005-01-071-0/+18
| | | |\ \
| | | | * | - Updated Do-pkg to include the MySQL Preference Pane into the Mac OS Xunknown2005-01-071-0/+18
| | | * | | Merge joreland@bk-internal.mysql.com:/home/bk/mysql-4.1unknown2005-01-073-7/+19
| | | |\ \ \
| | | | * | | bug#7690 - ndb startup with shm, use sigaction to escape SA_RESETHANDunknown2005-01-073-7/+19
| | | * | | | Added test data, test case and test result files for Japanese characters test.unknown2005-01-07231-0/+68758
| | | * | | | Added test case filesunknown2005-01-071-0/+143
| | | * | | | Added test data and test case files.unknown2005-01-073-0/+144
| | | | |/ / | | | |/| |
| | | * | | Skip client_test when testing embedded serverunknown2005-01-071-0/+2
| | | * | | Merge gbichot@bk-internal.mysql.com:/home/bk/mysql-4.1unknown2005-01-062-6/+22
| | | |\ \ \
| | | | * | | 2 small fixes for binlog (sorry for grouping them - I won't do it again):unknown2005-01-062-6/+22
| | | * | | | Merge jwinstead@bk-internal.mysql.com:/home/bk/mysql-4.1unknown2005-01-061-7/+32
| | | |\ \ \ \ | | | | |/ / / | | | |/| | |
| | | | * | | Merge mysql.com:/home/jwinstead2/mysql-4.1-7539unknown2005-01-061-7/+32
| | | | |\ \ \
| | | | | * | | Make sure all char columns in the mysql.* tables have the proper width inunknown2005-01-061-7/+32
| | | * | | | | Merge gbichot@bk-internal.mysql.com:/home/bk/mysql-4.1unknown2005-01-061-2/+1
| | | |\ \ \ \ \ | | | | |/ / / / | | | |/| | | |
| | | | * | | | Merge mysql.com:/home/mysql_src/mysql-4.0unknown2005-01-061-2/+1
| | | | |\ \ \ \
| | | | | * | | | Fix for BUG#7714 "if disk full, sometimes MyISAM doesn't wait for free space,...unknown2005-01-061-2/+1
| * | | | | | | | Merge bk-internal.mysql.com:/home/bk/mysql-5.0unknown2005-01-071-2/+2
| |\ \ \ \ \ \ \ \
| | * | | | | | | | don't cast lvalueunknown2005-01-071-2/+2
* | | | | | | | | | Merge pnousiainen@bk-internal.mysql.com:/home/bk/mysql-5.0-ndbunknown2005-01-077-36/+127
|\ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|/ | |/| | | | | | | |
| * | | | | | | | | added using table object reference in event creationunknown2005-01-075-4/+51
| * | | | | | | | | added get methods on event objectunknown2005-01-076-32/+76
* | | | | | | | | | ndb - wl-1442 new varcharunknown2005-01-0724-423/+1163
|/ / / / / / / / /
* | | | | | | | | added classification "schema object already exists"unknown2005-01-077-21/+35
* | | | | | | | | Merge tulin@bk-internal.mysql.com:/home/bk/mysql-5.0-ndbunknown2005-01-0713-44/+108
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | |
| * | | | | | | | updated event example to make use of new NdbError member in NdbEventOpera...unknown2005-01-0613-44/+108
* | | | | | | | | mergeunknown2005-01-071-5/+5
* | | | | | | | | mergeunknown2005-01-0784-1614/+1844
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | This just fixes the compile issues for table structure changes.unknown2005-01-061-11/+9
| * | | | | | | | | Updates for Monty's changes in the table structure. All tests pass currently.unknown2005-01-062-20/+26
| * | | | | | | | | Fix for compiling error in sql_parseunknown2005-01-062-4/+6
| * | | | | | | | | Merge mysql.com:/home/jwinstead2/mysql-4.1-cleanunknown2005-01-064-8/+50
| |\ \ \ \ \ \ \ \ \ | | | |_|_|/ / / / / | | |/| | | | | | |
| | * | | | | | | | Merge jwinstead@bk-internal.mysql.com:/home/bk/mysql-4.1unknown2005-01-061-2/+4
| | |\ \ \ \ \ \ \ \ | | | |_|_|_|/ / / / | | |/| | | | | / / | | | | |_|_|_|/ / | | | |/| | | | |
| | | * | | | | | Merge mysql.com:/home/jwinstead2/mysql-4.1-7021unknown2005-01-061-1/+1
| | | |\ \ \ \ \ \
| | | | * | | | | | Make sure to include ZLIB_LIBS in mysql_config --libs_r (Bug #7021)unknown2005-01-051-1/+1
| | | * | | | | | | Merge mysql.com:/home/jwinstead2/mysql-4.1-6964unknown2005-01-061-1/+3
| | | |\ \ \ \ \ \ \
| | | | * | | | | | | Add comment to make code for option-stripping in mysql_config more clearunknown2005-01-061-0/+2
| | | | * | | | | | | Protect flags like -Wl,-O2 from being mangled by mysql_config (Bug #6964)unknown2005-01-051-1/+1
| | | | |/ / / / / /
| | * | | | | | | | Merge abelkin@bk-internal.mysql.com:/home/bk/mysql-4.1unknown2005-01-061-2/+10
| | |\ \ \ \ \ \ \ \ | | | |/ / / / / / / | | |/| | | | | | |