dlenev@brandersnatch.localdomain
f325a92b0a
Fix for bug #4491 "timestamp(19) doesn't work".
...
We should allow 19 as length of newly created TIMESTAMP fields.
2004-08-06 12:15:40 +04:00
magnus@neptunus.(none)
744af07953
Increase value of TimeBetweenWatchDogCheck to make it to start cluster on lowend machines.
2004-08-06 09:41:44 +02:00
dlenev@brandersnatch.localdomain
1902790634
Fix for bug #4756 "STR_TO_DATE() returning bad results with AM/PM".
...
Added support of converion specifiers mentioned in manual but missing in code.
2004-08-06 10:01:29 +04:00
magnus@neptunus.(none)
d526f3277e
BUG#4892 TRUNCATE TABLE returns error 156
...
Added NDBCLUSTER to table types which does not support generate.
Added test case for truncate.
2004-08-04 11:28:36 +02:00
magnus@neptunus.(none)
1c65da2cbc
BUG#4818 DELETE FROM tab LIMIT
...
Check if there are any operations pending that needs to be taken over to the updating/deleting transaction before closing the scan
2004-08-04 10:54:42 +02:00
konstantin@mysql.com
40d5fd0141
Followup2 (new commands are supported in prepared statements): test files
...
should've been fixed as well.
2004-08-03 04:07:19 -07:00
konstantin@mysql.com
35a15c3388
Followup: now we support few more SQL commands in prepared statements.
2004-08-03 03:52:57 -07:00
serg@serg.mylan
dec992d8fb
hang in dummy natural join (no common columns) Bug #4807
2004-08-02 11:12:11 +02:00
serg@serg.mylan
c105f1ed8b
Merge bk-internal.mysql.com:/home/bk/mysql-4.1/
...
into serg.mylan:/usr/home/serg/Abk/mysql-4.1
2004-08-01 16:35:35 +02:00
joreland@mysql.com
29b5faf06f
Fix mysql-test-run w.r.t NDB
...
"export A=var" is bash feature
instead do "A=var; export A"
2004-08-01 14:12:45 +02:00
serg@serg.mylan
f4244cd00e
bug#4816. index search for NULL in blob
2004-08-01 13:26:01 +02:00
serg@serg.mylan
22ca5582d0
BUG#4393, BUG#4356 - incorrect decimals in fix_length_and_dec() in some functions
2004-07-31 22:39:10 +02:00
mskold@mysql.com
268c1a2edc
Bug fix for alter table and auto_increment
2004-07-31 12:00:12 +02:00
serg@serg.mylan
2852862c68
apply in SET PASSWORD same checks as in GRANT, to let only valid hashes through
2004-07-30 22:05:08 +02:00
serg@serg.mylan
f66b4a1be4
Merge bk-internal.mysql.com:/home/bk/mysql-4.1/
...
into serg.mylan:/usr/home/serg/Abk/mysql-4.1
2004-07-30 14:25:18 +02:00
serg@serg.mylan
c5e2fbcc53
no_auto_value_on_zero + alter table bug
2004-07-30 14:17:12 +02:00
pem@mysql.comhem.se
f0cd209373
Updated ps_6bdb.results.
2004-07-30 12:13:40 +02:00
serg@serg.mylan
9bbdb794f9
Merge bk-internal.mysql.com:/home/bk/mysql-4.1/
...
into serg.mylan:/usr/home/serg/Abk/mysql-4.1
2004-07-30 09:50:37 +02:00
serg@serg.mylan
3a17ab4551
auto_value_on_zero bug test
2004-07-30 09:47:56 +02:00
dlenev@brandersnatch.localdomain
789037d901
Merge bk-internal.mysql.com:/home/bk/mysql-4.1
...
into brandersnatch.localdomain:/home/dlenev/src/mysql-4.1-bg4492
2004-07-30 11:01:29 +04:00
guilhem@mysql.com
da55194eb4
rpl_relayrotate.test requires InnoDB (because what we want to test is
...
if slave resumes at BEGIN).
2004-07-30 01:10:21 +02:00
guilhem@mysql.com
2b6151c20f
Merge gbichot@213.136.52.20:/home/bk/mysql-4.1
...
into mysql.com:/home/mysql_src/mysql-4.1-1717
2004-07-29 23:28:28 +02:00
guilhem@mysql.com
0f3e279a05
WL#1580: --start-datetime, --stop-datetime, --start-position (alias for --position) and --stop-position
...
options for mysqlbinlog, with a test file.
This enables user to say "recover my database to how it was this morning at 10:30"
(mysqlbinlog "--stop-datetime=2003-07-29 10:30:00").
Using time functions into client/ made me move them out of sql/ into sql-common/.
+ (small) fix for BUG#4507 "mysqlbinlog --read-from-remote-server sometimes
cannot accept 2 binlogs" (that is, on command line).
2004-07-29 23:25:58 +02:00
pem@mysql.comhem.se
7e6bade23b
Fixed BUG#434: Stored procedure which drops itself causes crash.
...
Simply disallow it, just as we disallow creation of routines from within
other SPs.
2004-07-29 17:33:45 +02:00
pem@mysql.comhem.se
714c3c0942
Fixed BUG#4318: Stored Procedure packet error if HANDLER statement,
...
at least partially. It doesn't crash or give packets out of order
any more, but it's unclear why it doesn't actually return anything
from within an SP. This should be investigated at some point, but
for the moment this will have to do. (It is a rather obscure feature... :)
2004-07-29 16:52:17 +02:00
mskold@mysql.com
f05c7ce7c6
Added test for fix of bug#3912 Auto increment not correctly initialised when table is altered
2004-07-29 14:02:40 +02:00
mskold@mysql.com
24f9a2e9bb
Added ORDER BY to ensure same result on all setups/platforms
2004-07-29 13:32:50 +02:00
magnus@neptunus.(none)
10583f05c9
Added order by to make the test output from ndb_basic and ndb_lock predicatble
2004-07-28 10:28:30 +02:00
dlenev@brandersnatch.localdomain
d39fe2623f
Fix for bug #4492 .
...
TIMESTAMP columns should be unsigned to preserve compatibility with 4.0
(Or else InnoDB will return different internal TIMESTAMP values when user upgrades to 4.1).
Altough this fix will introduce problems with early 4.1 -> 4.1 upgrades (tables with
TIMESTAMP field should be reloaded using mysqldump) it will allow easy 4.0 -> 4.1
upgrade (which is more important since 4.1 is still beta).
2004-07-28 10:49:21 +04:00
mskold@mysql.com
97d1cf9f3a
Merge
2004-07-27 13:02:50 +02:00
magnus@neptunus.(none)
8b9d8b4118
Merge
2004-07-27 11:57:04 +02:00
mskold@mysql.com
894501a1c9
Merge mskold@build.mysql.com:/home/bk/mysql-4.1
...
into mysql.com:/usr/local/home/marty/MySQL/test/mysql-4.1-ndb
2004-07-27 09:59:26 +02:00
serg@serg.mylan
7666b20f81
compatibility fixes
2004-07-27 00:00:01 +02:00
serg@serg.mylan
3640233f71
one more test should wait for WL#1324 (tablename to filename encoding)
...
non-ascii filenames work weird (e.g. on MacOSX)
2004-07-26 21:20:59 +02:00
serg@serg.mylan
74b0fdddc8
Merge
2004-07-26 21:06:46 +02:00
serg@serg.mylan
91e4d0eee0
results updated
2004-07-26 19:40:24 +02:00
serg@serg.mylan
b9512a55aa
BUG#4717 - check for valid table names in ALTER TABLE ... RENAME
2004-07-26 10:52:40 +02:00
pem@mysql.comhem.se
bebaaac57d
New test case for BUG#4726: Stored procedure crash when looping over SELECT with complex WHERE's.
...
(The fix was merged in from 4.1)
2004-07-23 19:52:06 +02:00
pem@mysql.com
d1c454a6f4
Post-merge fix.
2004-07-23 18:54:01 +02:00
bar@mysql.com
6cad42e3ce
Bug #4555 ALTER TABLE crashes mysqld with enum column collated utf8_unicode_ci
2004-07-23 19:10:06 +05:00
pekka@mysql.com
56fa7bfd90
Merge
2004-07-23 13:27:26 +02:00
bell@sanja.is.com.ua
39c752ea98
merge
2004-07-23 09:25:08 +03:00
bell@sanja.is.com.ua
a27b1e54d5
fixed using VIEW fields (BUG#4617)
2004-07-23 09:20:58 +03:00
bell@sanja.is.com.ua
dbe6c702be
Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-5.0
...
into sanja.is.com.ua:/home/bell/mysql/bk/work-5.0
2004-07-23 03:14:29 +03:00
bell@sanja.is.com.ua
27815b9c6a
Merge
2004-07-23 03:13:21 +03:00
mskold@mysql.com
217bd8b6bd
WL#1791 Handler: support update of primary key
2004-07-22 18:35:51 +02:00
bell@sanja.is.com.ua
bc98f2146d
made different fields for view updatebility in principle and updatability during this execution (BUG#4601)
2004-07-22 17:52:04 +03:00
pem@mysql.comhem.se
e9507f0e1a
Fixed BUG#4579: Execution of SP crashes server.
...
Sub-CALLs of procedures zapped thd->current_arena for good.
2004-07-22 16:46:59 +02:00
bell@sanja.is.com.ua
5be6861f41
fixed SP variables detecting (BUG#4604)
...
fixed error handling
2004-07-22 16:04:30 +03:00
bell@sanja.is.com.ua
76c0154e11
privent crash on temporary table during indexes lookup (BUG#4677)
2004-07-22 14:05:00 +03:00