pem@mysql.com
30d1426675
Post-review fix for BUG#15011.
...
Added comments.
2006-02-01 16:00:11 +01:00
pem@mysql.com
998f0c0aa3
Fixed BUGS#15011: error handler for mysql errno in nested block not activated
...
For nested sql errno handlers (unlike sqlexception and other), we didn't stop
searching when the innermost handler was found - now make sure we do.
2006-01-25 17:19:54 +01:00
brian@zim.tangent.org
933dfc583d
Merge baker@bk-internal.mysql.com:/home/bk/mysql-5.0
...
into zim.tangent.org:/home/brian/mysql/mysql-5.0
2006-01-25 04:50:14 -08:00
joerg@mysql.com
a473ac5d85
Merge jbruehe@bk-internal.mysql.com:/home/bk/mysql-5.0
...
into mysql.com:/M50/bug16730-5.0
2006-01-25 07:34:32 +01:00
brian@zim.tangent.org
81dc0d0aaa
Complaint from a user who was getting sick of repairing their tables do to their lousy setup (their words). All crashed archive tables will now be repaired on open.
2006-01-24 21:43:41 -08:00
anozdrin@mysql.com
378147a23d
Fix for the following bugs:
...
- BUG#15166: Wrong update permissions required to execute triggers
- BUG#15196: Wrong select permission required to execute triggers
The idea of the fix is to check necessary privileges
in Item_trigger_field::fix_fields(), instead of having "special variables"
technique. To achieve this, we should pass to an Item_trigger_field instance
a flag, which will indicate the usage/access type of this trigger variable.
2006-01-24 20:15:12 +03:00
joerg@mysql.com
61f92945cc
Merge mysql.com:/M41/bug16730-4.1 into mysql.com:/M50/bug16730-5.0
2006-01-24 18:00:23 +01:00
joerg@mysql.com
1fa62bdafc
Test "ctype_ucs": Disable warnings if "InnoDB" is not configured ("classic" build) (bug#16730).
2006-01-24 13:54:34 +01:00
aelkin@mysql.com
cf6becdebe
Merge aelkin@bk-internal.mysql.com:/home/bk/mysql-5.0
...
into mysql.com:/usr_rh9/home/elkin.rh9/MySQL/mysql-5.0
2006-01-24 14:49:25 +02:00
gluh@eagle.intranet.mysql.r18.ru
b4f7c9bbd5
Fix for bug#15307 GROUP_CONCAT() with ORDER BY returns empty set on information_schema(2nd ver)
...
Fill schema tables with data before filesort if it's necessary
2006-01-24 16:48:19 +04:00
gluh@mysql.com
f2fa83fae0
Merge sgluhov@bk-internal.mysql.com:/home/bk/mysql-5.0
...
into mysql.com:/home/gluh/MySQL/Merge/5.0
2006-01-24 16:00:20 +04:00
gluh@eagle.intranet.mysql.r18.ru
fa776a6f67
Fix for bug#15851 Unlistable directories yield no info from information_schema
...
to skip directories which are not allowed for read
2006-01-24 15:59:08 +04:00
aelkin@mysql.com
4acf7ceab7
Merge aelkin@bk-internal.mysql.com:/home/bk/mysql-5.0
...
into mysql.com:/usr_rh9/home/elkin.rh9/MySQL/mysql-5.0
2006-01-24 13:47:24 +02:00
msvensson@neptunus.(none)
bc8272559c
Merge neptunus.(none):/home/msvensson/mysql/mysql-5.0
...
into neptunus.(none):/home/msvensson/mysql/bug15020/my50-bug15020
2006-01-24 10:29:26 +01:00
aelkin@mysql.com
4ba60488f6
Merge aelkin@bk-internal.mysql.com:/home/bk/mysql-5.0
...
into mysql.com:/usr_rh9/home/elkin.rh9/MySQL/mysql-5.0
2006-01-23 22:32:05 +02:00
SergeyV@selena.
86cb9bf94d
Changes after initial patch to #15787
2006-01-23 21:35:11 +03:00
SergeyV@selena.
7390183d0f
Merge svlasenko@bk-internal.mysql.com:/home/bk/mysql-5.0
...
into selena.:H:/MYSQL/src/#15787-mysql-5.0
2006-01-23 20:01:05 +03:00
svoj@april.(none)
18681229a0
Merge april.(none):/home/svoj/devel/mysql/BUG16489/mysql-4.1
...
into april.(none):/home/svoj/devel/mysql/BUG16489/mysql-5.0
2006-01-23 20:07:26 +04:00
aelkin@mysql.com
0fc8284de8
BUG#15699, failure to apply ignore rule for unexisting table.
...
Since replication rules execute after `mysql_multi_update_prepare' returns we
delay to `break' in case this functions returns non-zero (some tables are not found)
for to examine if there is an ignore rule for a not-found table. By doing that
it is guaranteed do/ignore replication rules logically preceed opening table routine.
2006-01-23 18:03:09 +02:00
svoj@april.(none)
4dc4502ab3
BUG#16489 - utf8 + fulltext leads to corrupt index file.
...
Fixed that UPDATE statement crashes multi-byte charset fulltext index.
2006-01-23 17:15:33 +04:00
msvensson@neptunus.(none)
8a9e8e0a2e
Merge neptunus.(none):/home/msvensson/mysql/mysql-5.0
...
into neptunus.(none):/home/msvensson/mysql/bug14634/my50-bug14634
2006-01-23 13:07:49 +01:00
brian@zim.tangent.org
0766fb3a53
Merge baker@bk-internal.mysql.com:/home/bk/mysql-5.0
...
into zim.tangent.org:/home/brian/mysql/mysql-5.0
2006-01-22 00:09:43 -08:00
holyfoot@eagle.intranet.mysql.r18.ru
12fcabbbf2
Merging
2006-01-21 21:50:54 +04:00
hf@eagle.intranet.mysql.r18.ru
4f368f9f93
Merging
2006-01-21 18:50:06 +04:00
hf@eagle.intranet.mysql.r18.ru
02ce3d0cad
Merge hf@192.168.21.12:work/mysql-4.1.15429
...
into eagle.intranet.mysql.r18.ru:/home/hf/work/mysql-4.1.mrg
2006-01-21 17:55:58 +04:00
hf@eagle.intranet.mysql.r18.ru
717dc2e940
Merge hf@192.168.21.12:work/mysql-4.1.14320
...
into eagle.intranet.mysql.r18.ru:/home/hf/work/mysql-4.1.mrg
2006-01-21 17:54:30 +04:00
hf@eagle.intranet.mysql.r18.ru
b91380456f
Merge hf@192.168.21.12:work/mysql-4.1.9855
...
into eagle.intranet.mysql.r18.ru:/home/hf/work/mysql-4.1.mrg
2006-01-21 17:53:29 +04:00
brian@zim.tangent.org
2f657ee9d4
Turns out that the bulk interface was not well documented. I fixed the issue in archive and I will go and update the comments in handler next. I should probably also look through the other engines and see if this an issue elsewhere as well.
2006-01-21 04:49:26 -08:00
anozdrin@mysql.com
f2c3ed8e7b
Test case for BUG#16621: INSERTs in Stored Procedures causes data corruption
...
in the Binary Log.
2006-01-20 17:21:39 +03:00
anozdrin@mysql.com
145fd62bc1
Fix for BUG#15588: String overrun during sp-vars.test
...
The bug appears after implementation of WL#2984
(Make stored routine variables work according to the standard).
2006-01-20 15:59:22 +03:00
pem@mysql.com
2c6ea2d2df
Fix of fix for BUG#15866. (Actually change the fib() call in sp.test)
2006-01-20 08:32:22 +01:00
pem@mysql.com
28f3989c8a
Fixed BUG#15866: Thread stack limit insufficient for recursive call "fib(20)"
...
Lowered the parameter to 10, and also renamed non-standard table names to t3.
2006-01-19 17:55:54 +01:00
pem@mysql.com
9522e88d0b
Merge mysql.com:/extern/mysql/bk/mysql-5.0
...
into mysql.com:/extern/mysql/work/bug15658/mysql-5.0
2006-01-19 16:13:38 +01:00
pem@mysql.com
a07bbd78da
Post-review fixes (BUG#15658).
2006-01-19 16:13:04 +01:00
knielsen@mysql.com
509b5b5a27
Fix option type error, crashes on 64-bit big endian.
2006-01-19 15:36:41 +01:00
pem@mysql.com
d894e3043e
Merge mysql.com:/extern/mysql/bk/mysql-5.0
...
into mysql.com:/extern/mysql/work/bug15658/mysql-5.0
2006-01-19 15:15:47 +01:00
konstantin@mysql.com
a091b7b7fd
Merge bk-internal.mysql.com:/home/bk/mysql-5.0
...
into mysql.com:/opt/local/work/mysql-5.0-root
2006-01-19 17:02:53 +03:00
pem@mysql.com
74fc0bbbf5
Merge mysql.com:/extern/mysql/bk/mysql-5.0
...
into mysql.com:/extern/mysql/work/bug15658/mysql-5.0
2006-01-19 14:47:06 +01:00
stewart@mysql.com
c079e80122
reintroduce --no-defaults to ndb_mgmd
2006-01-20 00:08:26 +11:00
stewart@mysql.com
de7cb5fc99
fix ndb_mgmd --no-defaults option processing
2006-01-20 00:06:17 +11:00
konstantin@mysql.com
fa5b4b55a0
Merge mysql.com:/opt/local/work/mysql-4.1-root
...
into mysql.com:/opt/local/work/mysql-5.0-root
2006-01-19 15:23:01 +03:00
stewart@mysql.com
ee0c226f8d
Merge ssmith@bk-internal.mysql.com:/home/bk/mysql-4.1
...
into mysql.com:/home/stewart/Documents/MySQL/4.1/main
2006-01-19 22:52:22 +11:00
stewart@mysql.com
95e29a975a
small typo fixes
2006-01-19 22:50:54 +11:00
msvensson@neptunus.(none)
78037e8056
Merge neptunus.(none):/home/msvensson/mysql/mysql-5.0
...
into neptunus.(none):/home/msvensson/mysql/bug15020/my50-bug15020
2006-01-19 12:12:47 +01:00
konstantin@mysql.com
37c9e9e375
Merge mysql.com:/opt/local/work/mysql-4.1-15613
...
into mysql.com:/opt/local/work/mysql-5.0-root
2006-01-19 14:01:20 +03:00
pem@mysql.com
3a753667dd
Merge mysql.com:/extern/mysql/bk/mysql-5.0
...
into mysql.com:/extern/mysql/work/bug15658/mysql-5.0
2006-01-19 11:48:07 +01:00
msvensson@neptunus.(none)
199d800942
Bug#15020 "Can't find files" message incorrect for error 24
2006-01-19 11:35:27 +01:00
stewart@mysql.com
82f96a4a4f
Merge mysql.com:/home/stewart/Documents/MySQL/5.0/main
...
into mysql.com:/home/stewart/Documents/MySQL/5.0/bug12124
2006-01-19 21:25:15 +11:00
stewart@mysql.com
23547fafc8
Merge ssmith@bk-internal.mysql.com:/home/bk/mysql-5.0
...
into mysql.com:/home/stewart/Documents/MySQL/5.0/main
2006-01-19 21:19:33 +11:00
joerg@mysql.com
166c9f8405
Update the spec file for the shared compat RPM with version info.
2006-01-19 10:44:44 +01:00