summaryrefslogtreecommitdiff
path: root/mysql-test/r
Commit message (Expand)AuthorAgeFilesLines
* Correction of WL#1567: row_count() is -1 following non-insert/update/deleteunknown2004-05-041-0/+5
* WL#1567: Add ROW_COUNT() Function to retrieve count of rows updated/inserted/...unknown2004-05-041-0/+22
* Post-merge fixes, some quite complex. client/mysqlbinlog.cc and sql/log_event.ccunknown2004-04-2811-44/+48
* Merge 4.1 -> 5.0.unknown2004-04-07109-622/+6480
|\
| * Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-4.1unknown2004-04-079-72/+346
| |\
| | * Merge eagle.mysql.r18.ru:/home/vva/work/mysql.orig/clear/mysql-4.1unknown2004-04-071-0/+38
| | |\
| | | * fixed unknown2004-04-061-0/+38
| | * | Portability fixesunknown2004-04-071-5/+22
| | * | Merge bk-internal.mysql.com:/home/bk/mysql-4.1unknown2004-04-062-38/+38
| | |\ \
| | | * | Fixed charsetnr sent to the clientunknown2004-04-062-38/+38
| | * | | Merge bk-internal.mysql.com:/home/bk/mysql-4.1unknown2004-04-062-17/+154
| | |\ \ \ | | | |/ /
| | | * | fixed the tests mysql-test/t/synchronization.test unknown2004-04-062-17/+154
| | * | | Fixed warnings from valgrind (not a bug)unknown2004-04-061-2/+2
| | |/ /
| | * | Merge sgluhov@bk-internal.mysql.com:/home/bk/mysql-4.1unknown2004-04-052-13/+75
| | |\ \
| | | * \ Merge bk-internal.mysql.com:/home/bk/mysql-4.1unknown2004-04-051-11/+73
| | | |\ \
| | | | * | Fixed many compiler warningsunknown2004-04-051-11/+73
| | | * | | corrected wrong checking of DBUG_OFF in mysql-test/t/synchronization.testunknown2004-04-051-2/+2
| | | | |/ | | | |/|
| | * | | WL1368: SHOW GRANTS FOR CURRENT USERunknown2004-04-052-0/+20
| | |/ /
| * | | Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-4.1unknown2004-04-031-1/+1
| |\ \ \ | | |/ / | |/| |
| | * | fixed brocken of client_test unknown2004-04-031-1/+1
| * | | added skipped ``mysql-test/r/synchronization.result''unknown2004-04-031-0/+23
| * | | Merge vvagin@bk-internal.mysql.com:/home/bk/mysql-4.1unknown2004-04-031-0/+2
| |\ \ \
| | * \ \ Merge eagle.mysql.r18.ru:/home/vva/work/mysql.orig/clear/mysql-4.1unknown2004-04-031-0/+2
| | |\ \ \
| | | * | | added synchronization in mysql_create_like_tableunknown2004-04-011-0/+2
| * | | | | Merge eagle.mysql.r18.ru:/home/vva/work/mysql.orig/clear/mysql-4.1unknown2004-04-031-0/+14
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| | * | | | fixed unknown2004-04-011-0/+14
| | |/ / /
| * | | | WL#1266 "Separate auto-set logic from TIMESTAMP type."unknown2004-04-025-34/+198
| | |/ / | |/| |
| * | | WL#775 "Add status variable identifying binlog_cache_size shortage"unknown2004-04-021-0/+15
| * | | Merge sgluhov@bk-internal.mysql.com:/home/bk/mysql-4.1unknown2004-03-311-0/+3
| |\ \ \ | | |_|/ | |/| |
| | * | Fix for bug #2160: Extra error message for CREATE TABLE LIKE with InnoDBunknown2004-03-311-0/+3
| * | | Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-4.1unknown2004-03-311-0/+5
| |\ \ \
| | * | | null processing for character_set_results (BUG#3296)unknown2004-03-301-0/+5
| * | | | simple optimzationunknown2004-03-312-2/+1
| * | | | Merge bk-internal.mysql.com:/home/bk/mysql-4.1unknown2004-03-301-0/+62
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | Fix to get correct metadata when using temporary tables to create result. (Bu...unknown2004-03-301-0/+62
| | |/ /
| * | | http://bugs.mysql.com/bug.php?id=3255unknown2004-03-301-0/+15
| * | | ALTER TABLE t1 CONVERT TO should also change the default character set.unknown2004-03-301-1/+1
| * | | More different syntaxes for (1) modifying the default charaset/collationunknown2004-03-302-7/+7
| | |/ | |/|
| * | resolving conflictsunknown2004-03-303-13/+13
| |\ \ | | |/ | |/|
| | * Fix for the bug #2976: NATURAL JOIN produces duplicate columns.unknown2004-03-193-13/+13
| * | false/true -> FALSE/TRUEunknown2004-03-303-13/+111
| * | Merge with 4.0 to get lastest bug fixesunknown2004-03-294-100/+68
| |\ \
| | * \ Merge bk-internal.mysql.com:/home/bk/mysql-4.0unknown2004-03-292-0/+15
| | |\ \
| | | * \ Merge vvagin@bk-internal.mysql.com:/home/bk/mysql-4.0unknown2004-03-271-0/+7
| | | |\ \
| | | | * | fixed bug #2342 unknown2004-03-271-0/+7
| | | * | | Merge sinisa@bk-internal.mysql.com:/home/bk/mysql-4.0unknown2004-03-261-0/+8
| | | |\ \ \ | | | | |/ / | | | |/| |
| | | | * | order_by.result:unknown2004-03-261-0/+8
| | * | | | Merge bk-internal.mysql.com:/home/bk/mysql-4.0unknown2004-03-261-0/+22
| | |\ \ \ \ | | | |/ / / | | |/| | |
| | | * | | Allow keys with 0 segements in MyISAMunknown2004-03-261-0/+22
| | * | | | Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-4.0unknown2004-03-261-3/+39
| | |\ \ \ \ | | | |/ / / | | |/| | |