cmiller@zippy.cornsilk.net
cba50775f7
Merge bk-internal.mysql.com:/home/bk/mysql-5.1-maint
...
into zippy.cornsilk.net:/home/cmiller/work/mysql/mysql-5.1-maint
2006-11-15 12:29:24 -05:00
cmiller@zippy.cornsilk.net
19b3bf2963
Merge zippy.cornsilk.net:/home/cmiller/work/mysql/bug19955/my50-bug19955
...
into zippy.cornsilk.net:/home/cmiller/work/mysql/bug19955/my51-bug19955
2006-11-15 12:24:21 -05:00
cmiller@zippy.cornsilk.net
5d4c57b900
Bug#19955: unsigned bigint used as signed with MOD function
...
Problem: When we have a really large number (between 2^63 and 2^64)
as the left side of the mod operator, it gets improperly corerced
into a signed value.
Solution: Added check to see if the "negative" number is really
positive, and if so, cast it.
2006-11-15 12:23:07 -05:00
tnurnberg@salvation.intern.azundris.com
53b97915c6
manual merge for 16456
2006-11-15 16:08:47 +01:00
tnurnberg@salvation.intern.azundris.com
1a705351cd
Merge tnurnberg@bk-internal.mysql.com:/home/bk/mysql-5.1-maint
...
into salvation.intern.azundris.com:/home/tnurnberg/work/mysql-5.1-maint-16456
2006-11-15 16:05:27 +01:00
cmiller@zippy.cornsilk.net
b27a4bb881
Merge zippy.cornsilk.net:/home/cmiller/work/mysql/bug17700/my51-bug17700
...
into zippy.cornsilk.net:/home/cmiller/work/mysql/mysql-5.1-maint
2006-11-15 10:02:51 -05:00
cmiller@zippy.cornsilk.net
17a4cb2b93
Merge zippy.cornsilk.net:/home/cmiller/work/mysql/bug17700/my50-bug17700
...
into zippy.cornsilk.net:/home/cmiller/work/mysql/bug17700/my51-bug17700
2006-11-15 09:56:01 -05:00
cmiller@zippy.cornsilk.net
2b3a69eb42
Merge zippy.cornsilk.net:/home/cmiller/work/mysql/bug17700/my41-bug17700
...
into zippy.cornsilk.net:/home/cmiller/work/mysql/bug17700/my50-bug17700
2006-11-15 09:55:24 -05:00
cmiller@zippy.cornsilk.net
3ebd031e00
Bug#17700: mysql_fix_privilege_tables cannot handle a password \
...
with embedded spaces
Problem: Original code written assuming password contains no spaces.
Further, because of how sh interprets characters in variables, you
cannot do the "simple solution".
Solution: Move the "was a password provided" check to the end. This
allows us to correctly quote the password argument when passed to the
mysql client program. Addendum: Put this check inside of a shell fn
to simplify the code.
2006-11-15 09:54:54 -05:00
tnurnberg@salvation.intern.azundris.com
95fabc6522
Merge tnurnberg@bk-internal.mysql.com:/home/bk/mysql-5.1-maint
...
into salvation.intern.azundris.com:/home/tnurnberg/work/mysql-5.1-maint-16456
2006-11-15 15:47:29 +01:00
msvensson@neptunus.(none)
46a599d868
Merge bk-internal:/home/bk/mysql-5.1-new-maint
...
into neptunus.(none):/home/msvensson/mysql/mysql-5.1-new-maint
2006-11-15 13:23:42 +01:00
msvensson@neptunus.(none)
c9b4603f90
Update result file for mysql_upgrade as we have more tables that is checked in 5.1
...
Fix merge errors
2006-11-15 13:22:38 +01:00
msvensson@neptunus.(none)
9f22fecf72
Merge neptunus.(none):/home/msvensson/mysql/mysql-5.0-maint
...
into neptunus.(none):/home/msvensson/mysql/mysql-5.1-new-maint
2006-11-15 10:31:23 +01:00
msvensson@neptunus.(none)
460e90a1c1
Fix spelling error
2006-11-15 10:26:14 +01:00
msvensson@neptunus.(none)
15c3ed7517
Cleanup after test cases
2006-11-15 10:23:27 +01:00
tnurnberg@salvation.intern.azundris.com
c5c46ca483
Merge tnurnberg@bk-internal.mysql.com:/home/bk/mysql-5.1-maint
...
into salvation.intern.azundris.com:/home/tnurnberg/work/mysql-5.1-maint-16456
2006-11-15 01:58:11 +01:00
tnurnberg@salvation.intern.azundris.com
ea3bf1b247
Bug#16456 "RBR: rpl_sp.test expects query to fail, but passes in RBR"
...
calling (rather than defining) non-deterministic SP in SBR (as opposed
to RBR or mixed) will throw an error now.
require mixed mode for tests now. SBR will now fail when calling
non-deter SPs and SFs (as it should), and RBR already failed by virtue of
giving different results for "show binlog" than the results-file has.
also test for 16456 now. lastly make amends because one of the tests
fails with a new error # now as code was added to sql_trigger.cc while
test was disabled.
2006-11-15 01:27:39 +01:00
andrey@example.com
53b0176fbe
Merge ahristov@bk-internal.mysql.com:/home/bk/mysql-5.1-maint
...
into example.com:/work/bug23760/my51
2006-11-14 20:38:19 +01:00
msvensson@neptunus.(none)
a0f00ce965
Merge bk-internal:/home/bk/mysql-5.0-maint
...
into neptunus.(none):/home/msvensson/mysql/mysql-5.0-maint
2006-11-14 19:47:36 +01:00
msvensson@neptunus.(none)
c674b88bfc
Update test cases after run with --check-testcases
2006-11-14 19:45:52 +01:00
andrey@example.com
d57ceecb77
Merge example.com:/work/bug23760/my50
...
into example.com:/work/bug23760/my51
2006-11-14 19:10:29 +01:00
andrey@example.com
9299fd6715
Fix for bug#23760 ROW_COUNT() and store procedure not owrking together
...
The problem was that THD::row_count_func was zeroed too. It was zeroed
as a fix for bug 4905 "Stored procedure doesn't clear for "Rows affected"
However, the proper solution is not to zero, because THD::row_count_func has
been set to -1 already in mysql_execute_command(), a later fix, which obsoletes
the incorrect fix of #4095
2006-11-14 18:40:11 +01:00
kaa@polly.local
67ca3dde0b
Merge polly.local:/tmp/maint/bug22129/my51-bug22129
...
into polly.local:/home/kaa/src/maint/mysql-5.1-maint
2006-11-14 16:40:35 +03:00
kaa@polly.local
fb30aeaa81
Merge polly.local:/tmp/maint/bug22129/my50-bug22129
...
into polly.local:/home/kaa/src/maint/mysql-5.0-maint
2006-11-14 16:38:11 +03:00
msvensson@neptunus.(none)
f1d5ec3efa
Merge neptunus.(none):/home/msvensson/mysql/mysql-5.0-maint
...
into neptunus.(none):/home/msvensson/mysql/mysql-5.1-new-maint
2006-11-14 09:49:35 +01:00
msvensson@neptunus.(none)
589ccae74c
Merge neptunus.(none):/home/msvensson/mysql/mysql-4.1-maint
...
into neptunus.(none):/home/msvensson/mysql/mysql-5.0-maint
2006-11-14 09:43:30 +01:00
msvensson@neptunus.(none)
94ea2ef88c
Fix "make dist"
2006-11-14 09:42:01 +01:00
msvensson@neptunus.(none)
48ad8c53ce
Merge bk-internal:/home/bk/mysql-5.0-maint
...
into neptunus.(none):/home/msvensson/mysql/mysql-5.0-maint
2006-11-14 09:18:46 +01:00
msvensson@neptunus.(none)
39d1a2425b
Merge bk-internal:/home/bk/mysql-5.1-new-maint
...
into neptunus.(none):/home/msvensson/mysql/mysql-5.1-new-maint
2006-11-13 21:21:38 +01:00
msvensson@neptunus.(none)
656f1103c4
Merge neptunus.(none):/home/msvensson/mysql/mysql-5.0-maint
...
into neptunus.(none):/home/msvensson/mysql/mysql-5.1-new-maint
2006-11-13 19:29:01 +01:00
cmiller@zippy.cornsilk.net
fbfeccfe91
Merge zippy.cornsilk.net:/home/cmiller/work/mysql/bug18761/my51-bug18761
...
into zippy.cornsilk.net:/home/cmiller/work/mysql/mysql-5.1-maint
2006-11-13 13:19:49 -05:00
cmiller@zippy.cornsilk.net
ff26bf49c8
Merge zippy.cornsilk.net:/home/cmiller/work/mysql/bug18761/my50-bug18761
...
into zippy.cornsilk.net:/home/cmiller/work/mysql/mysql-5.0-maint
2006-11-13 13:19:13 -05:00
msvensson@neptunus.(none)
0b60b7d59a
Merge neptunus.(none):/home/msvensson/mysql/mysql-4.1-maint
...
into neptunus.(none):/home/msvensson/mysql/mysql-5.0-maint
2006-11-13 19:19:02 +01:00
cmiller@zippy.cornsilk.net
6d97850c3b
Merge zippy.cornsilk.net:/home/cmiller/work/mysql/bug18761/my50-bug18761
...
into zippy.cornsilk.net:/home/cmiller/work/mysql/bug18761/my51-bug18761
2006-11-13 13:17:02 -05:00
msvensson@neptunus.(none)
e09df84aa5
Remove test-force-pl-mem and add test-force-mem
2006-11-13 19:16:23 +01:00
cmiller@zippy.cornsilk.net
8471897fbc
Bug#18761: constant expression as UDF parameters not passed in as constant
...
The code that set up data to be passed to user-defined functions was very
old and analyzed the "Type" of the data that was passed into the UDF, when
it really should analyze the "return_type", which is hard-coded for simple
Items and works correctly for complex ones like functions.
---
Added test at Sergei's behest.
2006-11-13 13:13:44 -05:00
msvensson@neptunus.(none)
29d1e3230b
Use mysql-test-run.pl
2006-11-13 19:12:34 +01:00
msvensson@neptunus.(none)
31f50324ea
Remove "yassl_dummy_link_fix" in 5.1 as well
2006-11-13 18:06:05 +01:00
msvensson@neptunus.(none)
430b493806
Merge neptunus.(none):/home/msvensson/mysql/mysql-5.0-maint
...
into neptunus.(none):/home/msvensson/mysql/mysql-5.1-new-maint
2006-11-13 18:02:09 +01:00
msvensson@neptunus.(none)
f105e0ecd0
Merge neptunus.(none):/home/msvensson/mysql/bug19817/my50-bug19817
...
into neptunus.(none):/home/msvensson/mysql/mysql-5.0-maint
2006-11-13 17:51:33 +01:00
msvensson@neptunus.(none)
bf020e5ea6
Bug#19817 error when try to compile PHP5.1 with mysql 5.0.21 static libs
...
- Most likely caused by linking with libmysqlclient using gcc and not g++.
- Removing our "yassl_dummy_link_fix" hacks so some test programs are linked
with gcc
- Remove build of non working test programs in vio
2006-11-13 17:16:37 +01:00
msvensson@neptunus.(none)
91518b335e
Expect the file "have_mysql_upgrade.result" to contain the
...
result from "require mysql_upgrade"
2006-11-13 16:55:05 +01:00
guilhem@gbichot3.local
375eaecf6d
Fix for a compilation failure: mysqladmin_SOURCES is a needed line
...
in Makefile.am.
2006-11-13 16:54:47 +01:00
msvensson@neptunus.(none)
bf8a9e544c
Merge bk-internal:/home/bk/mysql-5.0-maint
...
into neptunus.(none):/home/msvensson/mysql/mysql-5.0-maint
2006-11-13 16:39:44 +01:00
msvensson@neptunus.(none)
683d189897
Merge neptunus.(none):/home/msvensson/mysql/mysql-5.0-maint
...
into neptunus.(none):/home/msvensson/mysql/mysql-5.1-new-maint
2006-11-13 13:54:19 +01:00
msvensson@neptunus.(none)
68a7d45a0a
Use same type for function declaration and definition
2006-11-13 13:45:40 +01:00
msvensson@neptunus.(none)
00a34629ef
Merge neptunus.(none):/home/msvensson/mysql/mysql-5.0-maint
...
into neptunus.(none):/home/msvensson/mysql/mysql-5.1-new-maint
2006-11-13 13:41:13 +01:00
msvensson@neptunus.(none)
5687847387
Merge neptunus.(none):/home/msvensson/mysql/mysql-5.0-maint-mysql_upgrade
...
into neptunus.(none):/home/msvensson/mysql/mysql-5.0-maint
2006-11-13 13:40:37 +01:00
msvensson@neptunus.(none)
5110d91ec3
Make it possible for .test suites to run "mysql_upgrade"
...
Add new test file mysql_upgrade.test
2006-11-13 13:39:49 +01:00
msvensson@neptunus.(none)
4efc0f8ef4
Merge bk-internal:/home/bk/mysql-5.1-new-maint
...
into neptunus.(none):/home/msvensson/mysql/mysql-5.1-new-maint
2006-11-13 13:38:33 +01:00