sergefp@mysql.com
49e23937e4
Merge mysql.com:/home/psergey/tmp_merge
...
into mysql.com:/home/psergey/mysql-5.1-merge
2006-05-19 16:00:29 +04:00
ramil@mysql.com
13baf7575f
Fix for bug #18536 : mysqldump does not maintain table orders as per --tables option
2006-05-19 16:21:32 +05:00
msvensson@shellback.(none)
2c912f9d80
Add mtr_verbose to print more verbose output when --verbose flag is used
2006-05-19 11:42:53 +02:00
msvensson@shellback.(none)
0c9c9ef6fc
Remove printout when restart is skipped
2006-05-19 09:13:25 +02:00
grog@mysql.com
3588039c71
Merge mysql.com:/home/MySQL/5.0-Bug-14765.old
...
into mysql.com:/home/MySQL/5.0-Bug-14765
2006-05-19 13:27:35 +09:30
tomas@poseidon.ndb.mysql.com
d0fd5ecde8
Bug #19395 mysqld does not always detect cluster shutdown
...
Bug #17610 ndbapi: dropEventOperation leaves object behind, memleak
2006-05-18 23:38:07 +02:00
msvensson@shellback.(none)
3a3690a934
Start servers in parallel
...
Add list of clusters and nodes
2006-05-18 23:35:17 +02:00
petr@mysql.com
e8d9458f15
WL#3244 "CSV engine: convert mmap to read/write calls"
2006-05-19 01:26:19 +04:00
igor@rurik.mysql.com
710d422404
Merge ibabaev@bk-internal.mysql.com:/home/bk/mysql-5.0
...
into rurik.mysql.com:/home/igor/mysql-5.0
2006-05-18 13:17:59 -07:00
lars@mysql.com
399a1b845b
After merge fixes
2006-05-18 21:40:52 +02:00
igor@rurik.mysql.com
3b3e6ecb95
Merge rurik.mysql.com:/home/igor/mysql-5.0
...
into rurik.mysql.com:/home/igor/dev/mysql-5.0-2
2006-05-18 11:30:42 -07:00
brian@zim.(none)
f373c81ac8
Merge baker@bk-internal.mysql.com:/home/bk/mysql-5.1-new
...
into zim.(none):/home/brian/mysql/dep-5.1
2006-05-18 11:23:21 -07:00
msvensson@shellback.(none)
f4920b706f
Merge bk-internal:/home/bk/mysql-5.1-new
...
into shellback.(none):/home/msvensson/mysql/mysql-5.1-new-maint
2006-05-18 20:21:43 +02:00
msvensson@shellback.(none)
ed349f7c69
Tests uses innodb, add test to check if innodb is available
2006-05-18 20:07:35 +02:00
kent@mysql.com
35440889d9
Merge kboortz@bk-internal.mysql.com:/home/bk/mysql-5.1-new
...
into mysql.com:/Users/kent/mysql/bk/mysql-5.1-new
2006-05-18 19:55:27 +02:00
msvensson@shellback.(none)
d083fbaa76
Save "master_opt" in master so it can be checked later to see if it's the same as the test that are about to run uses the same.
2006-05-18 19:52:43 +02:00
jimw@mysql.com
7d54b004a2
Bug #13975 : "same string" + 0 has 2 different results
...
The 'decimals' member of Item_func was being improperly initialized,
which resulted in improper results when handling large numeric values.
2006-05-18 10:34:01 -07:00
msvensson@shellback.(none)
6ce0113d5a
Move test that requires innodb to sp_trans
2006-05-18 19:26:53 +02:00
msvensson@shellback.(none)
d8d05f3142
Moving test that requires innodb to partition_innodb
2006-05-18 19:16:51 +02:00
lars@mysql.com
87bb4f95ea
Merge mysql.com:/users/lthalmann/bkroot/tmp_5.0_merge
...
into mysql.com:/users/lthalmann/bk/mysql-5.1-new
2006-05-18 18:38:50 +02:00
rburnett@bk-internal.mysql.com
da6e25d86d
Merge bk-internal.mysql.com:/data0/bk/mysql-5.1-new
...
into bk-internal.mysql.com:/data0/bk/mysql-5.1-kt
2006-05-18 17:24:29 +02:00
anozdrin@mysql.com
c1113af15c
This is an implementation of two WL items:
...
- WL#3158: IM: Instance configuration extensions;
- WL#3159: IM: --bootstrap and --start-default-instance modes
The following new statements have been added:
- CREATE INSTANCE;
- DROP INSTANCE;
The behaviour of the following statements have been changed:
- SET;
- UNSET;
- FLUSH INSTANCES;
- SHOW INSTANCES;
- SHOW INSTANCE OPTIONS;
2006-05-18 18:57:50 +04:00
svoj@april.(none)
9836600b70
Merge april.(none):/home/svoj/devel/mysql/BUG18233/mysql-5.0
...
into april.(none):/home/svoj/devel/mysql/BUG18233/mysql-5.1
2006-05-18 18:49:52 +05:00
ramil@mysql.com
c583de95f8
Fix for bug #15558 : truncate doesn't clear table on archive storage engine tables.
2006-05-18 17:10:58 +05:00
evgen@moonbone.local
894092becf
Merge epotemkin@bk-internal.mysql.com:/home/bk/mysql-5.0
...
into moonbone.local:/work/19077-bug-5.0-mysql
2006-05-18 16:01:13 +04:00
knielsen@mysql.com
339afc620f
After-merge fix.
2006-05-18 13:35:15 +02:00
svoj@april.(none)
da1fdb8a5f
Merge svojtovich@bk-internal.mysql.com:/home/bk/mysql-5.0-engines
...
into april.(none):/home/svoj/devel/mysql/BUG18233/mysql-5.0
2006-05-18 16:13:32 +05:00
msvensson@shellback.(none)
8a781c23c7
Merge bk-internal:/home/bk/mysql-5.1-new
...
into shellback.(none):/home/msvensson/mysql/mysql-5.1-new-maint
2006-05-18 13:12:52 +02:00
msvensson@shellback.(none)
0c7246d688
Move innodb dependent test from create to mysql_innodb
2006-05-18 12:55:34 +02:00
anozdrin@mysql.com
6699f81cc1
Test case for BUG#18037: Server crash when returning system
...
variable in stored procedures.
2006-05-18 14:44:15 +04:00
knielsen@mysql.com
a061c90d8a
Merge mysql.com:/usr/local/mysql/tmp_merge
...
into mysql.com:/usr/local/mysql/merge-5.1
2006-05-18 11:56:50 +02:00
gbichot@dl145j.mysql.com
dada106458
Merge gbichot@bk-internal:/home/bk/mysql-5.1-new
...
into dl145j.mysql.com:/users/gbichot/mysql-5.1-new
2006-05-18 10:08:43 +02:00
holyfoot@deer.(none)
f002088b7f
test result fixed
2006-05-18 12:42:38 +05:00
bar@mysql.com
53bc4d5164
Bug#19392 Rename Database: Crash if case change
...
Problem:
Renaming a database to itself crashed server.
It hapenned because of wrong DBUG_ASSERT.
Fix: removing wrong DBUG_ASSERT. Now it reports
a correct error message "database alreadt exists".
2006-05-18 12:21:13 +05:00
holyfoot@mysql.com
812d152107
Merge bk@192.168.21.1:mysql-5.1-kt
...
into mysql.com:/home/hf/work/mysql-5.1.14573
2006-05-18 12:09:32 +05:00
igor@rurik.mysql.com
1802e6895a
Merge rurik.mysql.com:/home/igor/mysql-5.0
...
into rurik.mysql.com:/home/igor/dev/mysql-5.0-2
2006-05-17 20:56:52 -07:00
igor@rurik.mysql.com
9ec8101813
Fixed bug #19816 .
...
This bug was introduced when the patch resolving the
performance problem 17164 was applied. As a result
of that modification the not_null_tables attributes
were calculated incorrectly for constant OR conditions.
This triggered invalid conversion of outer joins into
inner joins.
2006-05-17 20:48:48 -07:00
igor@rurik.mysql.com
0d069edaa2
Merge rurik.mysql.com:/home/igor/tmp_merge
...
into rurik.mysql.com:/home/igor/dev/mysql-5.1-0
2006-05-17 17:20:03 -07:00
kent@mysql.com
cd1bc46cf9
Merge kboortz@bk-internal.mysql.com:/home/bk/mysql-5.1-new
...
into mysql.com:/Users/kent/mysql/bk/mysql-5.1-new
2006-05-18 01:10:09 +02:00
kent@mysql.com
4ab4c99eff
type_newdecimal.result, case.result:
...
Adjusted merge
2006-05-18 00:42:07 +02:00
msvensson@shellback.(none)
206fe5f559
Parse test files to find out if it needs innodb or not, mark test as 'innodb_test' if it does and add "--skip-innodb" to master_opts if it does not.
2006-05-17 23:54:48 +02:00
kent@mysql.com
d48e55eefd
Merge
2006-05-17 23:41:56 +02:00
kent@mysql.com
5842dcaa7d
Merge mysql.com:/data0/mysqldev/my/tmp_merge
...
into mysql.com:/tmp/mysql-5.1-new
2006-05-17 23:35:08 +02:00
evgen@moonbone.local
1d820585ae
Fixed bug#19077: A nested materialized derived table is used before being populated.
...
The convert_constant_item() function converts constant items to ints on
prepare phase to optimize execution speed. In this case it tries to evaluate
subselect which contains a derived table and is contained in a derived table.
All derived tables are filled only after all derived tables are prepared.
So evaluation of subselect with derived table at the prepare phase will
return a wrong result.
A new flag with_subselect is added to the Item class. It indicates that
expression which this item represents is a subselect or contains a subselect.
It is set to 0 by default. It is set to 1 in the Item_subselect constructor
for subselects.
For Item_func and Item_cond derived classes it is set after fixing any argument
in Item_func::fix_fields() and Item_cond::fix_fields accordingly.
The convert_constant_item() function now doesn't convert a constant item
if the with_subselect flag set in it.
2006-05-18 00:55:28 +04:00
gbichot@dl145j.mysql.com
09a1fca4a6
Merge bk://localhost:5556
...
into dl145j.mysql.com:/users/gbichot/mysql-5.1-new
2006-05-17 22:43:47 +02:00
guilhem@mysql.com
c1b11edfac
Removing the binlog-show-xid option as it was only a temporary solution until we have replace-regex which we have now.
...
That option was used to suppress the XID from the output of SHOW BINLOG EVENTS (to create a repeatable testsuite),
was available only in debug builds, and was explicitely marked as "may be removed in future versions" in mysqld --help.
Idea of the removal approved by the replication team.
2006-05-17 22:16:51 +02:00
igor@rurik.mysql.com
62f61f527f
Merge rurik.mysql.com:/home/igor/tmp_merge
...
into rurik.mysql.com:/home/igor/dev/mysql-5.1-0
2006-05-17 11:46:21 -07:00
lars@mysql.com
7cbba084d7
Merge mysql.com:/users/lthalmann/bkroot/mysql-5.1-new
...
into mysql.com:/users/lthalmann/bk/mysql-5.1-new-rpl
2006-05-17 15:14:07 +02:00
knielsen@mysql.com
bf153b66a3
Merge bk-internal:/home/bk/mysql-5.1-new
...
into mysql.com:/usr/local/mysql/tmp-5.1
2006-05-17 15:09:40 +02:00
rburnett@bk-internal.mysql.com
3f694eaea2
Merge bk-internal.mysql.com:/data0/bk/mysql-5.1-new
...
into bk-internal.mysql.com:/data0/bk/mysql-5.1-kt
2006-05-17 15:03:17 +02:00