jonas@perch.ndb.mysql.com
44ff2d8b4d
merge
2007-08-31 16:09:48 +02:00
gshchepa/uchum@gleb.loc
a6d644e7b5
Merge gleb.loc:/home/uchum/work/bk/5.0-opt-30126
...
into gleb.loc:/home/uchum/work/bk/5.1-opt
2007-08-31 17:50:52 +05:00
gshchepa/uchum@gleb.loc
df7771de65
Merge gleb.loc:/home/uchum/work/bk/5.0-opt-30126
...
into gleb.loc:/home/uchum/work/bk/5.0-opt
2007-08-31 17:05:37 +05:00
gshchepa/uchum@gleb.loc
3e49bbd8e7
Fixed bug #30126 .
...
When dumping database from a 4.x server, the mysqldump client
inserted a delimiter sign inside special commentaries of the form:
/*!... CREATE DATABASE IF NOT EXISTS ... ;*/
During restoration that dump file was splitten by delimiter signs on
the client side, and the rest of some commentary strings was prepended
to following statements.
The 4x_server_emul test case option has been added for use with the
DBUG_EXECUTE_IF debugging macro. This option affects debug server
builds only to emulate particular behavior of a 4.x server for
the mysqldump client testing. Non-debugging builds are not affected.
2007-08-31 16:59:07 +05:00
tsmith@ramayana.hindu.god
d70e4b0c92
Correct test result file for bug #27014
2007-08-31 05:21:12 -06:00
df@pippilotta.erinye.com
948cbc736c
Merge pippilotta.erinye.com:/shared/home/df/mysql/build/mysql-5.1-build
...
into pippilotta.erinye.com:/shared/home/df/mysql/build/mysql-5.1-build-work
2007-08-31 12:29:32 +02:00
tsmith@ramayana.hindu.god
47dc161f5b
Fix test results for bug #27014
2007-08-31 01:28:42 -06:00
kostja@bodhi.(none)
467de3981b
Merge bk-internal.mysql.com:/home/bk/mysql-5.1-runtime
...
into bodhi.(none):/opt/local/work/mysql-5.1-12713-new
2007-08-31 10:58:02 +04:00
kostja@bodhi.(none)
8d1af60da0
Never access thd->ha_data directly, use getters/setters from the plugin
...
API instead.
This is a pre-requisite of the fix for Bug 12713, which changes the
data type of thd->ha_data from void * to struct Ha_data.
2007-08-31 10:19:52 +04:00
tsmith@ramayana.hindu.god
f5fdb53a35
Bug #27014 : Imperfect error/warning message for STR_TO_DATE for invalid datetime value
...
Fix name of function in warning message.
2007-08-30 23:57:39 -06:00
malff/marcsql@weblab.(none)
ca2b2585a5
Merge weblab.(none):/home/marcsql/TREE/mysql-5.0-base
...
into weblab.(none):/home/marcsql/TREE/mysql-5.0-runtime
2007-08-30 17:23:40 -06:00
malff/marcsql@weblab.(none)
4cab11097e
Merge malff@bk-internal.mysql.com:/home/bk/mysql-5.1-runtime
...
into weblab.(none):/home/marcsql/TREE/mysql-5.1-rt50-merge
2007-08-30 17:05:49 -06:00
tsmith@ramayana.hindu.god
cefe7a3c8b
Merge ramayana.hindu.god:/home/tsmith/m/bk/51-target22
...
into ramayana.hindu.god:/home/tsmith/m/bk/maint/51
2007-08-30 14:56:24 -06:00
tsmith@ramayana.hindu.god
ebe3894004
Merge ramayana.hindu.god:/home/tsmith/m/bk/51
...
into ramayana.hindu.god:/home/tsmith/m/bk/maint/51
2007-08-30 14:54:19 -06:00
tsmith@ramayana.hindu.god
58ecaaa859
Disable rpl_ndb_2other, which has never worked on bigendian machines.
2007-08-30 14:13:05 -06:00
malff/marcsql@weblab.(none)
2482c59740
Merge weblab.(none):/home/marcsql/TREE/mysql-5.1-base
...
into weblab.(none):/home/marcsql/TREE/mysql-5.1-rt50-merge
2007-08-30 13:23:59 -06:00
davi@moksha.local
37d48bfe30
Post-merge test case with wait_condition for Bug#28587
2007-08-30 16:19:23 -03:00
davi@moksha.local
11830073bc
Merge moksha.local:/Users/davi/mysql/push/bugs/28587-5.0
...
into moksha.local:/Users/davi/mysql/push/bugs/28587-5.1
2007-08-30 16:13:07 -03:00
davi@moksha.local
1180c22aef
Bug#28587 SELECT is blocked by INSERT waiting on read lock, even with low_priority_updates
...
The problem is that a SELECT on one thread is blocked by INSERT ... ON
DUPLICATE KEY UPDATE on another thread even when low_priority_updates is
activated.
The solution is to possibly downgrade the lock type to the setting of
low_priority_updates if the INSERT cannot be concurrent.
2007-08-30 16:11:53 -03:00
malff/marcsql@weblab.(none)
7ed3555c67
Merge malff@bk-internal.mysql.com:/home/bk/mysql-5.1-runtime
...
into weblab.(none):/home/marcsql/TREE/mysql-5.1-rt50-merge
2007-08-30 12:58:09 -06:00
malff/marcsql@weblab.(none)
4792ed4220
Bug#28779 (mysql_query() allows execution of statements with unbalanced
...
comments)
This change set is for 5.1 (manually merged)
Before this fix, the server would accept queries that contained comments,
even when the comments were not properly closed with a '*' '/' marker.
For example,
select 1 /* + 2 <EOF>
would be accepted as
select 1 /* + 2 */ <EOF>
and executed as
select 1
With this fix, the server now rejects queries with unclosed comments
as syntax errors.
Both regular comments ('/' '*') and special comments ('/' '*' '!') must be
closed with '*' '/' to be parsed correctly.
2007-08-30 12:57:05 -06:00
kostja@bodhi.(none)
5b10ba2ce2
Add -Wno-unused to --warning-mode=pedantic, otherwise sql/ compilation
...
generated so many warnings that the mode was unusable.
2007-08-30 21:19:05 +04:00
malff/marcsql@weblab.(none)
80609d18fc
Merge weblab.(none):/home/marcsql/TREE/mysql-5.0-runtime
...
into weblab.(none):/home/marcsql/TREE/mysql-5.1-rt50-merge
2007-08-30 10:53:11 -06:00
malff/marcsql@weblab.(none)
f51c6acc37
Merge malff@bk-internal.mysql.com:/home/bk/mysql-5.0-runtime
...
into weblab.(none):/home/marcsql/TREE/mysql-5.0-28779-b
2007-08-30 10:38:20 -06:00
anozdrin/alik@ibm.opbmk
f141ba5e26
Cleanup-patch for BUG#25843: changing default database between
...
PREPARE and EXECUTE of statement breaks binlog.
2007-08-30 20:06:19 +04:00
kaa@polly.(none)
4c2a63ea54
Merge polly.(none):/home/kaa/src/bug30164/my50-bug30164
...
into polly.(none):/home/kaa/src/bug30164/my51-bug30164
2007-08-30 17:23:39 +04:00
kaa@polly.(none)
33d10a0667
Use double quotes instead of single ones which make the test fail on Windows. This is for bug #30164 .
2007-08-30 17:21:43 +04:00
tomas@whalegate.ndb.mysql.com
08b8d6aeaf
Bug#20872 master*.err: miscellaneous error messages
2007-08-30 11:46:30 +02:00
kaa@polly.(none)
e79902aa5c
Merge polly.(none):/home/kaa/src/bug30164/my50-bug30164
...
into polly.(none):/home/kaa/src/bug30164/my51-bug30164
2007-08-30 12:55:29 +04:00
kaa@polly.(none)
2bb849644b
Bug #30164 : Using client side macro inside server side comments generates broken queries
...
Problem:
In cases when a client-side macro appears inside a server-side comment, the add_line() function in mysql.cc discarded all characters until the next delimiter to remove macro arguments from the query string. This resulted in broken queries being sent to the server when the next delimiter character appeared past the comment's boundaries, because the comment closing sequence ('*/') was discarded.
Fix:
If a client-side macro appears inside a server-side comment, discard all characters in the comment after the macro (that is, until the end of the comment rather than the next delimiter).
This is a minimal fix to allow only simple cases used by the mysqlbinlog utility. Limitations that are worth documenting:
- Nested server-side and/or client-side comments are not supported by mysql.cc
- Using client-side macros in multi-line server-side comments is not supported
- All characters after a client-side macro in a server-side comment will be omitted from the query string (and thus, will not be sent to server).
2007-08-30 12:53:24 +04:00
tomas@whalegate.ndb.mysql.com
626c03c7ef
Merge tulin@bk-internal.mysql.com:/home/bk/mysql-5.1-new-ndb
...
into whalegate.ndb.mysql.com:/home/tomas/mysql-5.1-new-ndb
2007-08-30 10:52:07 +02:00
tomas@whalegate.ndb.mysql.com
dfc1e0cc79
Merge whalegate.ndb.mysql.com:/home/tomas/mysql-5.0-ndb
...
into whalegate.ndb.mysql.com:/home/tomas/mysql-5.1-new-ndb
2007-08-30 10:46:32 +02:00
tomas@whalegate.ndb.mysql.com
a7921ab61d
Bug#20872 master*.err: miscellaneous error messages
2007-08-30 10:41:19 +02:00
Justin.He/justin.he@dev3-240.dev.cn.tlan
f8a85abf3c
Merge jhe@bk-internal.mysql.com:/home/bk/mysql-5.1-new-ndb
...
into dev3-240.dev.cn.tlan:/home/justin.he/mysql/mysql-5.1/mysql-5.1-new-ndb-bj.merge
2007-08-30 16:17:32 +08:00
msvensson@pilot.(none)
45667e6429
Merge bk-internal:/home/bk/mysql-5.1-maint
...
into pilot.(none):/data/msvensson/mysql/mysql-5.1-new-maint
2007-08-30 07:25:18 +02:00
malff/marcsql@weblab.(none)
88091e8250
Bug#30712 (open_performance_schema_table() cause an open table leak on
...
failures)
Fixed open_performance_schema_table() and close_performance_schema_table()
implementation and callers, to always execute balanced calls to:
thd->reset_n_backup_open_tables_state(backup);
thd->restore_backup_open_tables_state(backup);
2007-08-29 18:56:00 -06:00
stewart@willster.(none)
d14cba104a
Merge ssmith@bk-internal.mysql.com:/home/bk/mysql-5.1-new-ndb
...
into willster.(none):/home/stewart/Documents/MySQL/5.1/ndb
2007-08-30 10:00:36 +10:00
malff/marcsql@weblab.(none)
496eb569d9
Manual merge
2007-08-29 17:27:38 -06:00
tsmith@sita.local
653f7341bb
Post-merge fixes, and disable buggy test case on embedded
2007-08-29 16:58:00 -06:00
malff/marcsql@weblab.(none)
180ca23820
Merge weblab.(none):/home/marcsql/TREE/mysql-5.0-runtime
...
into weblab.(none):/home/marcsql/TREE/mysql-5.1-rt50-merge
2007-08-29 16:51:41 -06:00
kent@kent-amd64.(none)
d39853756f
Merge kboortz@bk-internal.mysql.com:/home/bk/mysql-5.0-build
...
into mysql.com:/home/kent/bk/tmp/mysql-5.0-build
2007-08-30 00:07:21 +02:00
kent@kent-amd64.(none)
3978bf9946
Merge kboortz@bk-internal.mysql.com:/home/bk/mysql-5.1-build
...
into mysql.com:/home/kent/bk/tmp/mysql-5.1-build
2007-08-30 00:06:29 +02:00
kent@mysql.com/kent-amd64.(none)
a7d6c46494
libmysqld/sql_tablespace.cc
...
libmysqld/scheduler.cc
libmysqld/sql_connect.cc
Deleted BitKeeper soft links not needed
2007-08-30 00:02:53 +02:00
kent@kent-amd64.(none)
b763295354
Merge mysql.com:/home/kent/bk/tmp/mysql-5.0-build
...
into mysql.com:/home/kent/bk/tmp/mysql-5.1-build
2007-08-30 00:01:51 +02:00
kent@mysql.com/kent-amd64.(none)
f3436e512f
server-tools/instance-manager/sql_state.c
...
server-tools/instance-manager/pack.c
server-tools/instance-manager/password.c
server-tools/instance-manager/net_serv.cc
Deleted BitKeeper soft links not needed
2007-08-30 00:01:02 +02:00
davi@moksha.local
a2a5104de7
Post-merge fixes for Bug#30632
2007-08-29 19:00:49 -03:00
kent@kent-amd64.(none)
46a3913ebd
Merge mysql.com:/home/kent/bk/tmp/mysql-4.1-build
...
into mysql.com:/home/kent/bk/tmp/mysql-5.0-build
2007-08-29 23:59:19 +02:00
kent@mysql.com/kent-amd64.(none)
57dd7bc875
libmysql_r/client_settings.h libmysqld/ha_blackhole.cc
...
Deleted BitKeeper soft links not needed
2007-08-29 23:58:15 +02:00
brian@piggy.tangent.org
52ae4496c5
Added ORDER BY to udf select so that results are ordered.
2007-08-29 14:36:08 -07:00
davi@moksha.local
68047f7f88
Merge moksha.local:/Users/davi/mysql/push/bugs/old/30632-5.0
...
into moksha.local:/Users/davi/mysql/push/bugs/30632-5.1
2007-08-29 18:32:19 -03:00