summaryrefslogtreecommitdiff
path: root/sql
Commit message (Expand)AuthorAgeFilesLines
* Cleanup in mysql_time.h/my_time.h headers. The first is used in mysql.h,unknown2004-08-052-2/+1
* BUG#4892 TRUNCATE TABLE returns error 156unknown2004-08-041-1/+2
* BUG#4818 DELETE FROM tab LIMITunknown2004-08-041-0/+14
* hang in dummy natural join (no common columns) Bug #4807unknown2004-08-021-22/+25
* followup to SET PASSWORD fixunknown2004-08-011-1/+1
* Merge bk-internal.mysql.com:/home/bk/mysql-4.1/unknown2004-08-011-4/+12
|\
| * ha_innodb.cc:unknown2004-07-301-4/+12
* | apply in SET PASSWORD same checks as in GRANT, to let only valid hashes throughunknown2004-07-303-10/+22
* | Merge bk-internal.mysql.com:/home/bk/mysql-4.1/unknown2004-07-304-11/+18
|\ \ | |/ |/|
| * no_auto_value_on_zero + alter table bugunknown2004-07-301-6/+13
| * Merge bk-internal.mysql.com:/home/bk/mysql-4.1/unknown2004-07-303-5/+5
| |\
| | * auto_value_on_zero bug testunknown2004-07-301-2/+2
| | * safemalloc always resets the free'd memory, not only when PEDANTIC_SAFEMALLOCunknown2004-07-262-3/+3
* | | Merge lgrimmer@build.mysql.com:/home/bk/mysql-4.1unknown2004-07-301-1/+1
|\ \ \
| * | | - added the MYSQL_EXTRA_LDFLAGS to the mysql_tzinfo_to_sql linkunknown2004-07-301-1/+1
* | | | Merge jlindstrom@build.mysql.com:/home/bk/mysql-4.1unknown2004-07-301-1/+2
|\ \ \ \ | | |/ / | |/| |
| * | | Merge bk-internal.mysql.com:/home/bk/mysql-4.1unknown2004-07-301-1/+2
| |\ \ \ | | |/ / | |/| |
| | * | Fix for bug #4492.unknown2004-07-281-1/+2
* | | | Merge jlindstrom@build.mysql.com:/home/bk/mysql-4.1unknown2004-07-306-174/+9
|\ \ \ \ | |/ / /
| * | | Merge gbichot@213.136.52.20:/home/bk/mysql-4.1unknown2004-07-293-168/+3
| |\ \ \
| | * | | WL#1580: --start-datetime, --stop-datetime, --start-position (alias for --pos...unknown2004-07-293-168/+3
| * | | | Merge mysql.com:/home/mydev/mysql-4.1unknown2004-07-292-5/+5
| |\ \ \ \
| | * | | | ha_ndbcluster.h, ha_ndbcluster.cc:unknown2004-07-292-5/+5
| * | | | | Fixed a copy-and-paste error: mysql_create_frm() should haveunknown2004-07-291-1/+1
| |/ / / /
* | | | | Merge jlindstrom@build.mysql.com:/home/bk/mysql-4.1unknown2004-07-292-11/+11
|\ \ \ \ \ | |/ / / /
| * | | | Fix some variable misorderings.unknown2004-07-282-11/+11
| | |/ / | |/| |
* | | | Merge jlindstrom@build.mysql.com:/home/bk/mysql-4.1unknown2004-07-284-1/+9
|\ \ \ \ | |/ / / |/| | |
| * | | Merge jlindstrom@build.mysql.com:/home/bk/mysql-4.1unknown2004-07-271-1/+1
| |\ \ \
| * \ \ \ Merge jlindstrom@build.mysql.com:/home/bk/mysql-4.1unknown2004-07-264-2/+11
| |\ \ \ \
| * \ \ \ \ Merge jlindstrom@build.mysql.com:/home/bk/mysql-4.1unknown2004-07-2232-31/+113
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |
| * | | | | Merge jlindstrom@build.mysql.com:/home/bk/mysql-4.1unknown2004-07-214-1/+9
| |\ \ \ \ \
| | * | | | | Added innodb_locks_unsafe_for_binlog option. This option turns off Innodb unknown2004-07-204-1/+9
* | | | | | | Merge bk-internal.mysql.com:/home/bk/mysql-4.1unknown2004-07-271-9/+10
|\ \ \ \ \ \ \
| * | | | | | | WL#1518, "make bundled zlib usable for unix builds": unknown2004-07-241-9/+10
| | |_|_|/ / / | |/| | | | |
* | | | | | | Merge abarkov@bk-internal.mysql.com:/home/bk/mysql-4.1unknown2004-07-271-3/+10
|\ \ \ \ \ \ \
| * | | | | | | A small fix to understand 4.1.0 format.unknown2004-07-271-3/+10
| | |_|_|_|/ / | |/| | | | |
* | | | | | | Merge mskold@build.mysql.com:/home/bk/mysql-4.1unknown2004-07-2741-79/+202
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Added info about new --log-warnings option.unknown2004-07-261-1/+1
| |/ / / / /
| * | | | | Fix for stored procedures BUG#4726: Stored procedure crash when looping over ...unknown2004-07-231-0/+3
| * | | | | Bug #4555 ALTER TABLE crashes mysqld with enum column collated utf8_unicode_ciunknown2004-07-231-2/+5
| * | | | | sql_db.cc:unknown2004-07-231-0/+2
| * | | | | Added missing error message to estonian/errmsg.txt.unknown2004-07-221-0/+1
| | |_|/ / | |/| | |
| * | | | Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-4.1unknown2004-07-216-20/+18
| |\ \ \ \
| | * | | | LEX initialization fixedunknown2004-07-216-20/+18
| | |/ / /
| * | | | Merge bk-internal.mysql.com:/home/bk/mysql-4.1/unknown2004-07-211-1/+1
| |\ \ \ \
| | * | | | fixed ORDER BY ?unknown2004-07-211-1/+1
| | |/ / /
| * | | | Final patch for WL#1600(warn if max_allowed_packet used)unknown2004-07-2125-10/+43
| * | | | Mergingunknown2004-07-213-10/+61
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | WL#1600 (Warn if result is truncatet due to max_allowed_packet)unknown2004-06-2925-9/+84
| * | | | Merge gbichot@213.136.52.20:/home/bk/mysql-4.1unknown2004-07-211-0/+12
| |\ \ \ \