kent@mysql.com/kent-amd64.(none)
3bb7cac84b
bigint.test, bigint.result:
...
Test case for Bug#30069
2007-11-12 12:52:03 +01:00
svoj@june.mysql.com
162d70cb02
Merge mysql.com:/home/svoj/devel/mysql/BUG32111/mysql-5.0-engines
...
into mysql.com:/home/svoj/devel/mysql/BUG32111/mysql-5.1-engines
2007-11-12 15:26:37 +04:00
svoj@june.mysql.com
5e44309422
Merge mysql.com:/home/svoj/devel/mysql/BUG32111/mysql-4.1-engines
...
into mysql.com:/home/svoj/devel/mysql/BUG32111/mysql-5.0-engines
2007-11-12 15:16:00 +04:00
svoj@mysql.com/june.mysql.com
40a78cd390
After merge fix.
2007-11-12 15:15:16 +04:00
svoj@mysql.com/june.mysql.com
a6def1f4ab
Merge mysql.com:/home/svoj/devel/mysql/BUG32111/mysql-4.0
...
into mysql.com:/home/svoj/devel/mysql/BUG32111/mysql-4.1-engines
2007-11-12 15:02:42 +04:00
mats@kindahl-laptop.dnsalias.net
e4e8cb3a90
BUG#31611 (Security risk with BINLOG statement):
...
Adding missing drop of user created for test case.
2007-11-12 11:29:55 +01:00
holyfoot/hf@hfmain.(none)
12a513f10d
Merge abotchkov@bk-internal.mysql.com:/home/bk/mysql-5.1-opt
...
into mysql.com:/home/hf/work/mysql-5.1-opt
2007-11-12 14:27:19 +04:00
holyfoot/hf@mysql.com/hfmain.(none)
2b3947a6a5
'no innodb engine' test failure fixed
2007-11-12 14:26:09 +04:00
kaa@polly.(none)
e57dcdf799
Merge polly.(none):/home/kaa/src/opt/mysql-5.0-opt
...
into polly.(none):/home/kaa/src/opt/mysql-5.1-opt
2007-11-12 12:37:58 +03:00
kaa@polly.(none)
95ab749d6e
Merge polly.(none):/home/kaa/src/opt/bug30666/my51-bug29131
...
into polly.(none):/home/kaa/src/opt/mysql-5.1-opt
2007-11-12 12:35:42 +03:00
kaa@polly.(none)
bf2a90f14b
Merge polly.(none):/home/kaa/src/opt/bug30666/my50-bug29131
...
into polly.(none):/home/kaa/src/opt/mysql-5.0-opt
2007-11-12 12:29:20 +03:00
holyfoot/hf@hfmain.(none)
8240a3e868
Merge mysql.com:/home/hf/work/31305/my50-31305
...
into mysql.com:/home/hf/work/31305/my51-31305
2007-11-12 13:07:30 +04:00
holyfoot/hf@hfmain.(none)
83a2781894
Merge mysql.com:/home/hf/work/31305/my41-31305
...
into mysql.com:/home/hf/work/31305/my50-31305
2007-11-12 13:06:27 +04:00
holyfoot/hf@mysql.com/hfmain.(none)
91e2f91897
Bug #31305 myisam tables crash when they are near capacity.
...
When we insert a record into MYISAM table which is almost 'full',
we first write record data in the free space inside a file, and then
check if we have enough space after the end of the file.
So if we don't have the space, table will left corrupted.
Similar error also happens when we updata MYISAM tables.
Fixed by modifying write_dynamic_record and update_dynamic_record functions
to check for free space before writing parts of a record
2007-11-12 13:00:22 +04:00
kaa@polly.(none)
7260dbdbd2
Merge polly.(none):/home/kaa/src/opt/bug30666/my50-bug29131
...
into polly.(none):/home/kaa/src/opt/bug30666/my51-bug29131
2007-11-12 11:26:31 +03:00
mattiasj@mattiasj-laptop.(none)
e7e18ac405
Bug#30695: An apostrophe ' in the comment of the ADD PARTITION
...
causes the Server to crash.
Post-pushbuild fix
Pushbuild genereted valgrind warnings.
Changed function to safer variant.
2007-11-11 22:30:01 +01:00
istruewing@stella.local
e2cc172d35
Bug#31210 - INSERT DELAYED crashes server when used on
...
partitioned table
Post-pushbuild fix
Pushbuild detected a new need for lex initialization in
embedded server.
Fixed test for INSERT DELAYED in partitions_hash.test so that
it works with embedded server.
2007-11-11 20:38:28 +01:00
tnurnberg@white.intern.koehntopp.de
e3df319066
Merge tnurnberg@bk-internal.mysql.com:/home/bk/mysql-5.1-opt
...
into mysql.com:/misc/mysql/31700/51-31700
2007-11-11 03:07:39 +01:00
gshchepa/uchum@gleb.loc
f457080109
Merge gleb.loc:/home/uchum/5.0-opt
...
into gleb.loc:/home/uchum/5.1-opt
2007-11-11 06:07:38 +04:00
tnurnberg@white.intern.koehntopp.de
3847b1b2eb
Merge tnurnberg@bk-internal.mysql.com:/home/bk/mysql-5.0-opt
...
into mysql.com:/misc/mysql/31700/50-31700
2007-11-10 21:53:54 +01:00
tnurnberg@white.intern.koehntopp.de
4bd91d2b27
Merge tnurnberg@bk-internal.mysql.com:/home/bk/mysql-5.1-opt
...
into mysql.com:/scratch/tnurnberg/31700/51-31700
2007-11-10 21:52:18 +01:00
tnurnberg@mysql.com/white.intern.koehntopp.de
7908e3b6c2
Bug#31700: thd->examined_row_count not incremented for 'const' type queries
...
add 5.1-specific test showing that 'const' access increments 'examined'
counter in slow query log.
2007-11-10 21:51:47 +01:00
mattiasj@mattiasj-laptop.(none)
f9c771b037
Bug#32091: Security breach via directory changes
...
Changed test case from GRANT to CREATE USER
2007-11-10 21:29:39 +01:00
gshchepa/uchum@gleb.loc
8b21045f9b
Merge gshchepa@bk-internal.mysql.com:/home/bk/mysql-5.0-opt
...
into gleb.loc:/home/uchum/work/bk/5.0-opt
2007-11-11 00:01:24 +04:00
gshchepa/uchum@gleb.loc
e5394523d3
Merge gleb.loc:/home/uchum/work/bk/5.0-opt-28076
...
into gleb.loc:/home/uchum/work/bk/5.0-opt
2007-11-10 23:58:22 +04:00
kaa@polly.(none)
0437a0506d
Merge polly.(none):/home/kaa/src/opt/mysql-5.0-opt
...
into polly.(none):/home/kaa/src/opt/mysql-5.1-opt
2007-11-10 22:50:31 +03:00
kaa@polly.(none)
ed2ae869d9
Merge polly.(none):/home/kaa/src/opt/bug32202/my51-bug26215
...
into polly.(none):/home/kaa/src/opt/mysql-5.1-opt
2007-11-10 22:48:17 +03:00
kaa@polly.(none)
b745305b20
Merge polly.(none):/home/kaa/src/opt/bug32202/my50-bug26215
...
into polly.(none):/home/kaa/src/opt/mysql-5.0-opt
2007-11-10 22:46:25 +03:00
gshchepa/uchum@gleb.loc
0aabb89ee1
Fixed bug #28076 : inconsistent binary/varbinary comparison.
...
After adding an index the <VARBINARY> IN (SELECT <BINARY> ...)
clause returned a wrong result: the VARBINARY value was illegally padded
with zero bytes to the length of the BINARY column for the index search.
(<VARBINARY>, ...) IN (SELECT <BINARY>, ... ) clauses are affected too.
2007-11-10 23:44:48 +04:00
kaa@polly.(none)
9e829a56d4
Merge polly.(none):/home/kaa/src/opt/bug32202/my50-bug26215
...
into polly.(none):/home/kaa/src/opt/bug32202/my51-bug26215
2007-11-10 22:27:34 +03:00
holyfoot/hf@hfmain.(none)
0fe103f90f
Merge bk@192.168.21.1:mysql-5.1-opt
...
into mysql.com:/home/hf/work/31893/my51-31893
2007-11-10 23:17:39 +04:00
tnurnberg@white.intern.koehntopp.de
4c1ff7b54b
Merge tnurnberg@bk-internal.mysql.com:/home/bk/mysql-5.0-opt
...
into mysql.com:/misc/mysql/31700/50-31700
2007-11-10 19:18:47 +01:00
tnurnberg@white.intern.koehntopp.de
82e112bd5e
Merge mysql.com:/misc/mysql/31700/50-31700
...
into mysql.com:/misc/mysql/31700/51-31700
2007-11-10 18:44:40 +01:00
tnurnberg@mysql.com/white.intern.koehntopp.de
8a5e621ff2
Bug#31700: thd->examined_row_count not incremented for 'const' type queries
...
UNIQUE (eq-ref) lookups result in table being considered as a "constant" table.
Queries that consist of only constant tables are processed in do_select() in a
special way that doesn't invoke evaluate_join_record(), and therefore doesn't
increase the counters join->examined_rows and join->thd->row_count.
The patch increases these counters in this special case.
NOTICE:
This behavior seems to contradict what the documentation says in Sect. 5.11.4:
"Queries handled by the query cache are not added to the slow query log, nor
are queries that would not benefit from the presence of an index because the
table has zero rows or one row."
No test case in 5.0 as issue shows only in slow query log, and other counters
can give subtly different values (with regard to counting in create_sort_index(),
synthetic rows in ROLLUP, etc.).
2007-11-10 18:29:13 +01:00
mattiasj@mattiasj-laptop.(none)
47a03ea321
Bug#32091: Security breach via directory changes
...
small fix of test case (when running make test after
merge, it did not substitute MYSQLTEST_VARDIR in
the error)
2007-11-10 14:56:21 +01:00
istruewing@stella.local
10df30f091
Bug#31210 - INSERT DELAYED crashes server when used on
...
partitioned table
Post-merge fix
A new need for lex initialization arose.
2007-11-10 14:36:25 +01:00
tnurnberg@white.intern.koehntopp.de
d4dc2c3aa0
Merge tnurnberg@bk-internal.mysql.com:/home/bk/mysql-5.1-opt
...
into mysql.com:/misc/mysql/31800/51-31800
2007-11-10 13:36:40 +01:00
tnurnberg@white.intern.koehntopp.de
d97dd5a4e5
Merge tnurnberg@bk-internal.mysql.com:/home/bk/mysql-5.0-opt
...
into mysql.com:/scratch/tnurnberg/31800/50-31800
2007-11-10 13:35:35 +01:00
tnurnberg@white.intern.koehntopp.de
83849fd171
Merge mysql.com:/misc/mysql/31800/50-31800
...
into mysql.com:/misc/mysql/31800/51-31800
2007-11-10 13:34:12 +01:00
tnurnberg@mysql.com/white.intern.koehntopp.de
dd7452c280
Bug#31800: Date comparison fails with timezone and slashes for greater than comparison
...
BETWEEN was more lenient with regard to what it accepted as a DATE/DATETIME
in comparisons than greater-than and less-than were. ChangeSet makes < >
comparisons similarly robust with regard to trailing garbage (" GMT-1")
and "missing" leading zeros. Now all three comparators behave similarly
in that they throw a warning for "junk" at the end of the data, but then
proceed anyway if possible. Before < > fell back on a string- (rather than
date-) comparison when a warning-condition was raised in the string-to-date
conversion. Now the fallback only happens on actual errors, while warning-
conditions still result in a warning being to delivered to the client.
2007-11-10 13:33:42 +01:00
mattiasj@mattiasj-laptop.(none)
43c1daf630
Bug#29368: Modified error messages
...
Problem: there was no standard syntax error when
creating partitions with syntax error in
the partitioning clause.
Solution: added "Syntax error: " to the error message
2007-11-10 13:09:18 +01:00
istruewing@stella.local
d7ce48a9bb
Merge bk-internal.mysql.com:/home/bk/mysql-5.1-engines
...
into stella.local:/home2/mydev/mysql-5.1-bug31210
2007-11-10 11:58:41 +01:00
tnurnberg@white.intern.koehntopp.de
05b41fdae9
Merge tnurnberg@bk-internal.mysql.com:/home/bk/mysql-5.1-opt
...
into mysql.com:/misc/mysql/31990/51-31990
2007-11-10 03:14:50 +01:00
tnurnberg@white.intern.koehntopp.de
0cd82301fb
Merge tnurnberg@bk-internal.mysql.com:/home/bk/mysql-5.0-opt
...
into mysql.com:/misc/mysql/31990/50-31990
2007-11-10 03:12:57 +01:00
tnurnberg@white.intern.koehntopp.de
80a3f89ea4
Merge mysql.com:/misc/mysql/31990/50-31990
...
into mysql.com:/misc/mysql/31990/51-31990
2007-11-10 03:11:18 +01:00
tsmith@ramayana.hindu.god
6ca70a0210
Merge ramayana.hindu.god:/home/tsmith/m/bk/build/50
...
into ramayana.hindu.god:/home/tsmith/m/bk/build/51
2007-11-09 18:50:24 -07:00
tsmith@ramayana.hindu.god
0dc264b597
Merge ramayana.hindu.god:/home/tsmith/m/bk/build/51-fix
...
into ramayana.hindu.god:/home/tsmith/m/bk/build/51
2007-11-09 18:44:49 -07:00
tsmith@ramayana.hindu.god
339b3217eb
Merge ramayana.hindu.god:/home/tsmith/m/bk/build/50-fix
...
into ramayana.hindu.god:/home/tsmith/m/bk/build/50
2007-11-09 18:44:08 -07:00
tsmith@ramayana.hindu.god
30a648dc8c
Merge ramayana.hindu.god:/home/tsmith/m/bk/build/50-fix
...
into ramayana.hindu.god:/home/tsmith/m/bk/build/51-fix
2007-11-09 18:29:18 -07:00
tsmith@ramayana.hindu.god
faf9d4e922
Fix Windows build problems.
2007-11-09 18:27:20 -07:00