mattiasj@client-10-129-10-137.upp.off.mysql.com
a6a9774849
Bug#31931 Partitions: unjustified 'mix of handlers' error message
...
Problem was that the mix of handlers was not consistent between
CREATE and ALTER
changed so that it works like:
- All partitions must use the same engine
AND it must be the same as the table.
- if one does NOT specify an engine on the table level
then one must either NOT specify any engine on any
partition/subpartition OR for ALL partitions/subpartitions
Note: that after a table have been created, the storage engine
is specified for all parts of the table (table/partition/subpartition)
and so when using alter, one does not need to specify it (unless one
wants to change the storage engine, then one have to specify it on the
table level)
2008-01-09 13:15:50 +01:00
istruewing@stella.local
6836db1cee
Merge stella.local:/home2/mydev/mysql-5.1-amain
...
into stella.local:/home2/mydev/mysql-5.1-axmrg
2007-12-24 13:07:01 +01:00
joerg@trift2.
a0fbcc0326
Merge trift2.:/MySQL/M50/merge-5.0
...
into trift2.:/MySQL/M51/push-5.1
2007-12-21 13:13:22 +01:00
joerg@trift2.
9f96125023
Merge trift2.:/MySQL/M51/mysql-5.1
...
into trift2.:/MySQL/M51/push-5.1
2007-12-21 12:53:05 +01:00
joerg@trift2.
bf1ba3d416
Merge trift2.:/MySQL/M50/clone-5.0
...
into trift2.:/MySQL/M50/merge-5.0
2007-12-21 12:48:14 +01:00
df@pippilotta.erinye.com
bea1bfd5c7
Merge pippilotta.erinye.com:/shared/home/df/mysql/build/mysql-5.0-build
...
into pippilotta.erinye.com:/shared/home/df/mysql/build/mysql-5.1-build
2007-12-21 09:44:08 +01:00
df@pippilotta.erinye.com
f25c6ffaee
Merge pippilotta.erinye.com:/shared/home/df/mysql/build/mysql-5.0-build-work-33288-33057
...
into pippilotta.erinye.com:/shared/home/df/mysql/build/mysql-5.0-build
2007-12-21 09:40:53 +01:00
df@pippilotta.erinye.com
f7527b7856
BUG#33057 mysql command line client slows down and uses 100% CPU when restoring dump
2007-12-20 21:37:21 +01:00
brian@zim.(none)
97e3c6cbf4
Merge baker@bk-internal.mysql.com:/home/bk/mysql-5.1-arch
...
into zim.(none):/home/bk/mysql-5.1-arch
2007-12-20 12:32:16 -08:00
brian@zim.(none)
4316829b75
client_priv.h:
...
Removed dead option
mysqlslap.c:
Updates from Paul for help.
Removed dead option
2007-12-20 12:23:35 -08:00
df@pippilotta.erinye.com
92de4d5e78
Merge dfischer@bk-internal.mysql.com:/home/bk/mysql-5.0-build
...
into pippilotta.erinye.com:/shared/home/df/mysql/build/mysql-5.0-build
2007-12-17 19:08:55 +01:00
df@pippilotta.erinye.com
01b6c78fbe
Merge dfischer@bk-internal.mysql.com:/home/bk/mysql-5.1-build
...
into pippilotta.erinye.com:/shared/home/df/mysql/build/mysql-5.1-build
2007-12-17 19:01:14 +01:00
joerg@trift2.
e591fc7cb8
Merge trift2.:/MySQL/M50/push-5.0
...
into trift2.:/MySQL/M51/push-5.1
2007-12-17 14:10:01 +01:00
joerg@trift2.
af73c6c867
Merge trift2.:/MySQL/M51/mysql-5.1
...
into trift2.:/MySQL/M51/push-5.1
2007-12-17 13:40:06 +01:00
joerg@trift2.
7bd4ac4df7
Merge trift2.:/MySQL/M50/mysql-5.0
...
into trift2.:/MySQL/M50/push-5.0
2007-12-17 13:36:17 +01:00
istruewing@stella.local
03a24463ca
Merge stella.local:/home2/mydev/mysql-5.1-amain
...
into stella.local:/home2/mydev/mysql-5.1-axmrg
2007-12-17 09:02:24 +01:00
kostja@bodhi.(none)
16f0bd712e
Try to fix assertion failures at slave shutdown when running
...
rpl_ndb tests on sapsrv1.
2007-12-15 22:24:01 +03:00
kostja@bodhi.(none)
2e82e66677
Merge bodhi.(none):/opt/local/work/mysql-5.0-runtime
...
into bodhi.(none):/opt/local/work/mysql-5.1-runtime
2007-12-15 17:05:39 +03:00
kostja@bodhi.(none)
4bb503568d
Merge bk-internal.mysql.com:/home/bk/mysql-5.0
...
into bodhi.(none):/opt/local/work/mysql-5.0-runtime
2007-12-15 17:00:18 +03:00
kostja@bodhi.(none)
bffc615e6c
Merge bk-internal.mysql.com:/home/bk/mysql-5.1
...
into bodhi.(none):/opt/local/work/mysql-5.1-runtime
2007-12-15 16:59:43 +03:00
malff@lambda.hsd1.co.comcast.net.
0488056ca8
WL#4165 (Prepared statements: validation)
...
Adding the tests cases alone for WL#4165, disabled
2007-12-14 17:46:24 -07:00
iggy@amd64.(none)
6bb288b6b7
Bug#26811 Symbolic links don't work in Windows Vista
...
- Enable check for symbolic link files.
2007-12-14 15:49:51 -05:00
kent/mysqldev@mysql.com/production.mysql.com
fb8cceb06e
sp_head.cc:
...
Corrected typo
2007-12-14 21:38:58 +01:00
kent/mysqldev@mysql.com/production.mysql.com
7ca11181ac
sp_head.cc:
...
Made sp_head::operator delete() match prototype, added throw()
mysql_test_run.c, mysqld_safe.c:
Include "mysql_version.h" to get MYSQL_PORT defined
2007-12-14 18:23:11 +01:00
tomas@whalegate.ndb.mysql.com
2db742573d
Merge whalegate.ndb.mysql.com:/home/tomas/mysql-5.1
...
into whalegate.ndb.mysql.com:/home/tomas/mysql-5.1-new-ndb-merge
2007-12-14 18:05:15 +01:00
tomas@whalegate.ndb.mysql.com
1a3bf7333e
Merge whalegate.ndb.mysql.com:/home/tomas/mysql-5.0
...
into whalegate.ndb.mysql.com:/home/tomas/mysql-5.1
2007-12-14 18:03:44 +01:00
tomas@whalegate.ndb.mysql.com
d2a93fd60b
Merge whalegate.ndb.mysql.com:/home/tomas/mysql-5.0
...
into whalegate.ndb.mysql.com:/home/tomas/mysql-5.0-ndb-merge
2007-12-14 17:49:58 +01:00
jperkin/jonathan@chorlton.adsl.perkin.org.uk
8105bd467b
Merge chorlton.adsl.perkin.org.uk:/Users/jonathan/work/bk/mysql-5.0
...
into chorlton.adsl.perkin.org.uk:/Users/jonathan/work/bk/mysql-5.1
2007-12-14 16:02:31 +00:00
kent/mysqldev@mysql.com/production.mysql.com
028ed33610
Raise version number after cloning 5.0.54
2007-12-14 16:58:12 +01:00
jperkin/jonathan@chorlton.adsl.perkin.org.uk
2a404c23ba
Merge jperkin@bk-internal.mysql.com:/home/bk/mysql-5.0-build
...
into chorlton.adsl.perkin.org.uk:/Users/jonathan/work/bk/mysql-5.0
2007-12-14 15:46:19 +00:00
jperkin/jonathan@chorlton.adsl.perkin.org.uk
89153ffa1b
post-commit:
...
Rationalise setting $FROM.
2007-12-14 15:43:54 +00:00
anozdrin/alik@station.
6ebedc8635
Merge station.:/mnt/raid/alik/MySQL/devel/5.0-rt
...
into station.:/mnt/raid/alik/MySQL/devel/5.1-rt-merged-5.0-rt
2007-12-14 16:45:17 +03:00
anozdrin/alik@station.
151444c626
Merge station.:/mnt/raid/alik/MySQL/devel/5.1
...
into station.:/mnt/raid/alik/MySQL/devel/5.1-rt
2007-12-14 16:30:22 +03:00
svoj@june.mysql.com
9cae71c32f
Merge mysql.com:/home/svoj/devel/mysql/BUG22708/mysql-5.1-engines
...
into mysql.com:/home/svoj/devel/mysql/merge/mysql-5.1-engines
2007-12-14 17:14:14 +04:00
svoj@june.mysql.com
fa948be663
Merge mysql.com:/home/svoj/devel/mysql/BUG25677/mysql-5.1-engines
...
into mysql.com:/home/svoj/devel/mysql/merge/mysql-5.1-engines
2007-12-14 17:13:29 +04:00
svoj@mysql.com/june.mysql.com
c3404f3131
BUG#22708 - Error message doesn't refer to storage engine unsupported
...
When openning a table with unsupported (disabled or not compiled)
storage engine, confusing error message is returned.
Return better error message when we're attempting to open a table
that uses unsupported engine.
2007-12-14 17:05:27 +04:00
anozdrin/alik@station.
61b903f896
Merge station.:/mnt/raid/alik/MySQL/devel/5.0
...
into station.:/mnt/raid/alik/MySQL/devel/5.0-rt
2007-12-14 15:57:36 +03:00
tsmith@ramayana.hindu.god
3a6b30527b
Merge ramayana.hindu.god:/home/tsmith/m/bk/build/b33192/51
...
into ramayana.hindu.god:/home/tsmith/m/bk/build/51
2007-12-14 04:26:06 -07:00
df@pippilotta.erinye.com
04d815cf39
Merge pippilotta.erinye.com:/shared/home/df/mysql/build/mysql-5.0-build
...
into pippilotta.erinye.com:/shared/home/df/mysql/build/mysql-5.1-build
2007-12-14 10:52:21 +01:00
df@pippilotta.erinye.com
26bd6a2cf1
typo
2007-12-14 10:51:05 +01:00
df@pippilotta.erinye.com
be2d78e397
BUG#31880 make test failure from public bk tree
2007-12-14 10:47:01 +01:00
tomas@whalegate.ndb.mysql.com
0f58ed97c1
Merge whalegate.ndb.mysql.com:/home/tomas/mysql-5.0-ndb-merge
...
into whalegate.ndb.mysql.com:/home/tomas/mysql-5.1-new-ndb-merge
2007-12-14 08:20:07 +01:00
tomas@whalegate.ndb.mysql.com
0bd2a86e90
Merge tulin@bk-internal.mysql.com:/home/bk/mysql-5.1-opt
...
into whalegate.ndb.mysql.com:/home/tomas/mysql-5.1-new-ndb-merge
2007-12-14 06:55:44 +01:00
tomas@whalegate.ndb.mysql.com
70902cdd86
Merge tulin@bk-internal.mysql.com:/home/bk/mysql-5.0-opt
...
into whalegate.ndb.mysql.com:/home/tomas/mysql-5.0-ndb-merge
2007-12-14 06:53:55 +01:00
kostja@bodhi.(none)
614b0f6884
Remove an unused argument of sql_update::do_updates().
2007-12-14 02:23:42 +03:00
kostja@bodhi.(none)
7c8fe302c3
Merge bk-internal.mysql.com:/home/bk/mysql-5.1-runtime
...
into bodhi.(none):/opt/local/work/mysql-5.1-runtime
2007-12-13 23:59:47 +03:00
kostja@bodhi.(none)
5b80d6a11b
Fix broken embedded build (broken by the patch for Bug#12713, first part).
2007-12-13 23:58:55 +03:00
tomas@whalegate.ndb.mysql.com
a2486e0d14
Merge whalegate.ndb.mysql.com:/home/tomas/cge-5.1
...
into whalegate.ndb.mysql.com:/home/tomas/mysql-5.1-new-ndb-merge
2007-12-13 21:51:03 +01:00
tomas@whalegate.ndb.mysql.com
4bc90fe469
Merge whalegate.ndb.mysql.com:/home/tomas/mysql-5.0-ndb
...
into whalegate.ndb.mysql.com:/home/tomas/mysql-5.0-ndb-merge
2007-12-13 21:50:17 +01:00
tomas@whalegate.ndb.mysql.com
e9466462e8
Merge whalegate.ndb.mysql.com:/home/tomas/mysql-5.0-ndb
...
into whalegate.ndb.mysql.com:/home/tomas/cge-5.1
2007-12-13 21:32:45 +01:00