mskold@mysql.com
f0e95c3704
Added checks for NOT NULL for all fields in UNIQUE INDEX (USING HASH)
2004-11-22 10:35:03 +01:00
bar@mysql.com
3082312fa8
uca-dump.c:
...
Mofidications to dump secondary and tertiary weigthts
And some minor improvements
2004-11-22 13:02:27 +04:00
jan@hundin.mysql.fi
d12c354053
Fixed BUG #6747 : innodb_locks_unsafe_for_binlog still uses next-key locking.
2004-11-22 10:34:29 +02:00
tomas@poseidon.ndb.mysql.com
c23b521e2f
aligned connect string option on all cluster executables, --ndb-connectstring is now supported by all
...
enabled new section in my.cnf [mysql_cluster], which is read by all executables, where connect string can be put for all cluster executables
2004-11-22 08:06:39 +00:00
bar@mysql.com
e3b94d4ef5
Bug #6737 : REGEXP gives wrong result with case sensitive collation:
...
- A new flag MY_CS_CSSORT was introduced for case sensitivity.
- Item_func_regexp doesn't substiture ICASE not only
for binary collations but for case sensitive collations as well.
2004-11-22 11:58:40 +04:00
joreland@mysql.com
41222efa7b
Merge mysql.com:/home/jonas/src/mysql-4.1
...
into mysql.com:/home/jonas/src/wl2077
2004-11-22 08:20:34 +01:00
joreland@mysql.com
74cc4fc06a
merge
2004-11-22 08:12:49 +01:00
joreland@mysql.com
e43f95e6be
merge
2004-11-22 07:59:09 +01:00
joreland@mysql.com
d35fe3e606
Merge mysql.com:/home/jonas/src/mysql-4.1
...
into mysql.com:/home/jonas/src/mysql-4.1-fix
2004-11-22 07:52:42 +01:00
joreland@mysql.com
1da01ddb5d
Merge joreland@bk-internal.mysql.com:/home/bk/mysql-5.0
...
into mysql.com:/home/jonas/src/mysql-5.0
2004-11-22 07:49:59 +01:00
joreland@mysql.com
48adc9215c
Merge mysql.com:/home/jonas/src/mysql-5.0-ndb
...
into mysql.com:/home/jonas/src/wl2126
2004-11-22 07:43:26 +01:00
joreland@mysql.com
a50528455f
Merge mysql.com:/home/jonas/src/mysql-4.1-fix
...
into mysql.com:/home/jonas/src/mysql-5.0-ndb
2004-11-22 07:30:28 +01:00
joreland@mysql.com
f50973451a
Merge mysql.com:/home/jonas/src/mysql-4.1-fix
...
into mysql.com:/home/jonas/src/wl2077
2004-11-22 07:23:58 +01:00
joreland@mysql.com
3d845ad7e8
wl2077 - ndb, fix testDict
2004-11-22 07:22:08 +01:00
joreland@mysql.com
df14eda793
Merge mysql.com:/home/jonas/src/mysql-4.1-fix
...
into mysql.com:/home/jonas/src/wl2077
2004-11-21 22:18:09 +01:00
joreland@mysql.com
4d43c10f3b
wl2077 - ndb close scan - fix introduced bugs wrt premature close of scan
2004-11-21 22:15:44 +01:00
bell@sanja.is.com.ua
072d38eb12
merge
2004-11-21 20:08:12 +02:00
bell@sanja.is.com.ua
21eb2e2eae
post merge
2004-11-21 19:33:49 +02:00
heikki@hundin.mysql.fi
7f5661ae44
trx0undo.c, trx0purge.c:
...
Print a warning to the .err log if the InnoDB history list length is > 20 000 even though purge reaches the list head; this is to track corruption reported on the MySQL mailing list Nov 9, 2004
lock0lock.c:
Let SHOW INNODB STATUS print the history list length
2004-11-21 17:38:15 +02:00
bell@sanja.is.com.ua
97a1970658
Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-5.0
...
into sanja.is.com.ua:/home/bell/mysql/bk/work-check-5.0
2004-11-21 16:43:54 +02:00
bell@sanja.is.com.ua
87af10ed1e
test made independend of server builtin features
2004-11-21 16:42:54 +02:00
serg@serg.mylan
a80c32043f
Merge bk-internal:/home/bk/mysql-5.0
...
into serg.mylan:/usr/home/serg/Abk/mysql-5.0
2004-11-21 15:39:10 +01:00
serg@serg.mylan
05bf95dc15
make the test results repeatable
2004-11-21 15:37:52 +01:00
bell@sanja.is.com.ua
8ded2093e6
postreview changes
2004-11-21 16:35:42 +02:00
pekka@mysql.com
e1dc7b066c
Merge pnousiainen@bk-internal.mysql.com:/home/bk/mysql-4.1
...
into mysql.com:/orca/space/pekka/ndb/version/my41
2004-11-21 11:08:59 +01:00
konstantin@mysql.com
6337ea8a40
A fix and test case for Bug#6297 "prepared statement, wrong handling
...
of <parameter> IS NULL":
we must not only set Item::null_value in Item_param, but implement
Item_param::is_null() to work well with IS NULL/IS NOT NULL clauses.
2004-11-21 12:04:27 +03:00
bell@sanja.is.com.ua
8ca32a4ef6
merge
2004-11-21 10:12:11 +02:00
paul@kite-hub.kitebird.com
4720cc1fae
Merge kite-hub.kitebird.com:/src/extern/MySQL/bk/mysql-4.1
...
into kite-hub.kitebird.com:/src/extern/MySQL/bk/merge-5.0
2004-11-20 15:22:57 -06:00
serg@serg.mylan
d5c1768139
post-merge fix
2004-11-20 20:19:08 +01:00
serg@serg.mylan
2d3dd65cc1
merged
2004-11-20 18:36:41 +01:00
gluh@gluh.mysql.r18.ru
15ada105ac
changed field names, fields order according to WL description
...
fixed bug: "create view v7 as select * from information_schema.tables;" failed
2004-11-20 01:17:18 +03:00
paul@kite-hub.kitebird.com
59c0102e23
mysql.cc:
...
Tweak some help text.
2004-11-19 14:53:40 -06:00
dlenev@mysql.com
4e52cc2ded
Merge bk-internal.mysql.com:/home/bk/mysql-4.1
...
into mysql.com:/home/dlenev/src/mysql-4.1-bg6266
2004-11-19 21:51:37 +03:00
dlenev@mysql.com
aaee135243
Merge bk-internal.mysql.com:/home/bk/mysql-4.1
...
into mysql.com:/home/dlenev/src/mysql-4.1-bg6439
2004-11-19 21:38:51 +03:00
petr@mysql.com
bc0f2ea51c
Merge bk-internal.mysql.com:/home/bk/mysql-4.1
...
into mysql.com:/home/cps/mysql/trees/mysql-4.1
2004-11-19 20:21:28 +03:00
tomas@poseidon.ndb.mysql.com
65d31b3e92
Makefile.am, mysqladmin.cc:
...
reverting linking ndbclisnt to mysqladmin.cc
2004-11-19 17:21:27 +00:00
tomas@poseidon.ndb.mysql.com
fcb5742696
acinclude.m4:
...
reverting my last fix
2004-11-19 17:18:46 +00:00
tomas@poseidon.ndb.mysql.com
14d4ea8882
Merge tulin@bk-internal.mysql.com:/home/bk/mysql-4.1
...
into poseidon.ndb.mysql.com:/home/tomas/mysql-4.1
2004-11-19 17:04:40 +00:00
tomas@poseidon.ndb.mysql.com
12744adc4b
corrected some erroneous size calculations in tup
...
fixed erroneous error message - set auto increment was done even if create table failed so real error message got lost behind "table not found"
and simplified code a bit
2004-11-19 16:58:02 +00:00
petr@mysql.com
bb20094e08
Merge bk-internal.mysql.com:/home/bk/mysql-5.0
...
into mysql.com:/home/cps/mysql/trees/mysql-5.0
2004-11-19 19:48:07 +03:00
petr@mysql.com
e3dde5f12f
work around for compiler bug (5.0.2 build fails on octane2)
2004-11-19 19:46:16 +03:00
dlenev@mysql.com
5627dddb93
Manual merge of fix for bug #6439 "from_unixtime() function returns
...
wrong datetime values for too big argument" from 4.0 tree to 4.1 tree.
2004-11-19 19:19:45 +03:00
pekka@mysql.com
1a432513ee
Merge pnousiainen@bk-internal.mysql.com:/home/bk/mysql-4.1
...
into mysql.com:/space/pekka/ndb/version/my41
2004-11-19 16:54:41 +01:00
pekka@mysql.com
ad8dad86a8
ndb: do not crash on config mismatch if release compiled
2004-11-19 16:49:17 +01:00
bar@mysql.com
3b0fd7fe96
func_str.result:
...
This test was moved into func_group.
2004-11-19 19:35:37 +04:00
dlenev@mysql.com
cb7e272e46
Manual merge of fix for bug #6266 "Invalid DATETIME value is not handled
...
properly" with main tree.
2004-11-19 18:35:36 +03:00
petr@mysql.com
edc868e397
Added --disable-log-bin option to the mysqlbinlog (WL1787)
2004-11-19 18:35:36 +03:00
bar@mysql.com
770c9be8c2
Bug #6658 MAX(column) returns incorrect coercibility
...
Also, Item_sum_hybrid->charset was removed as redundant,
and switched to use collation.collation instead.
2004-11-19 19:35:36 +04:00
tomas@poseidon.ndb.mysql.com
03c28bf12f
correct some linking problem
2004-11-19 15:35:35 +00:00
dlenev@mysql.com
40083741ee
Merge bk-internal.mysql.com:/home/bk/mysql-4.0
...
into mysql.com:/home/dlenev/src/mysql-4.0-bg6439
2004-11-19 17:54:14 +03:00