mikael/pappa@dator5.(none)
4a7cd3a1cb
Merge dator5.(none):/home/pappa/clean-mysql-5.1
...
into dator5.(none):/home/pappa/bug18198
2006-10-16 15:40:40 -04:00
mikael/pappa@dator5.(none)
1cdf82e012
BUG#18198: Partition function handling
...
Fixes of after review fixes
2006-10-02 15:52:29 -04:00
brian@zim.(none)
56505c01f9
This patch updates to remove most global hton needs. Cleans up wrong message in partition.
2006-09-30 18:31:13 -07:00
mikael/pappa@dator5.(none)
81248942b7
BUG#18198: Partition function handling
...
Review fixes
2006-09-30 17:38:15 -04:00
brian@zim.(none)
46ae2113ba
This patch adds handlerton passing to functions. NDB and Innodb still require a global hanlderton in the main code due to the nature of the sql_cache call back function (should be solveable... another patch).
...
Partitioning now has a flag to allow disabling of engines from being compatible with partitioning. Cleaned up heap naming convention on panic call.
2006-09-30 12:49:46 -07:00
mikael/pappa@dator5.(none)
6be97e4e43
Final step of Take 7 on review fixes of this
...
fairly complex bug
2006-09-26 16:30:39 -04:00
mikael/pappa@dator5.(none)
6df933a8cb
BUG#18198
...
Fixed interface to check_partition_func_processor
2006-09-26 02:30:40 -04:00
mikael/pappa@dator5.(none)
de9001d3c4
Merge dator5.(none):/home/pappa/clean-mysql-5.1
...
into dator5.(none):/home/pappa/bug18198
2006-09-26 01:49:14 -04:00
brian@zim.(none)
7194b6d75a
This changes the order of the universe, black is now the new white.
...
In practice this means that handlerton is now created by the server and is passed to the engine. Plugin startups can now also control how plugins are inited (and can optionally pass values). Bit more flexibility to those who want to write plugin interfaces to the database.
2006-09-15 10:28:00 -07:00
mikael/pappa@dator5.(none)
032d208be2
BUG#18198: Partition function handling
...
Review fixes
2006-07-21 10:23:32 -04:00
mikael/pappa@dator5.(none)
eae8c963c5
Merge mronstrom@bk-internal.mysql.com:/home/bk/bugs/bug18198
...
into dator5.(none):/home/pappa/bug18198
2006-07-12 11:33:22 -04:00
mikael/pappa@dator5.(none)
d6d6783b6a
BUG#18198: Fix
2006-07-12 11:22:13 -04:00
tomas@poseidon.ndb.mysql.com
9791d53445
partition functions to pass create_info, not only max_rows
2006-06-27 22:19:27 +02:00
mikael@dator5.(none)
5771a711f0
BUG#18198: Less flexibility in defining partition functions
...
Changed test for functions if they are supported.
3 categories:
1) Fully supported
2) Supported for single character collations
3) Supported for binary collations
2006-06-23 01:21:26 -04:00
mikael@c-0409e253.1238-1-64736c10.cust.bredbandsbolaget.se
67e6e8b423
merge update
2006-06-14 19:40:06 -04:00
mikael@c-0409e253.1238-1-64736c10.cust.bredbandsbolaget.se
8484ea8b04
Merge c-0409e253.1238-1-64736c10.cust.bredbandsbolaget.se:/home/pappa/bug19801
...
into c-0409e253.1238-1-64736c10.cust.bredbandsbolaget.se:/home/pappa/bug16002
2006-06-14 09:22:27 -04:00
mikael@c-0409e253.1238-1-64736c10.cust.bredbandsbolaget.se
e91454f89e
Merge c-0409e253.1238-1-64736c10.cust.bredbandsbolaget.se:/home/pappa/clean-mysql-5.1
...
into c-0409e253.1238-1-64736c10.cust.bredbandsbolaget.se:/home/pappa/bug16002
2006-06-14 09:12:07 -04:00
mikael@c-0409e253.1238-1-64736c10.cust.bredbandsbolaget.se
b51515c998
Merge c-0409e253.1238-1-64736c10.cust.bredbandsbolaget.se:/home/pappa/clean-mysql-5.1
...
into c-0409e253.1238-1-64736c10.cust.bredbandsbolaget.se:/home/pappa/bug19801
2006-06-14 08:51:39 -04:00
mikael@c-0409e253.1238-1-64736c10.cust.bredbandsbolaget.se
ac0354c783
BUG#19801: Problems with single partition with only NULL allowed in LIST partitioning
...
After review fix
2006-06-14 08:35:19 -04:00
mikael@c-0409e253.1238-1-64736c10.cust.bredbandsbolaget.se
6d519a2370
Merge c-0409e253.1238-1-64736c10.cust.bredbandsbolaget.se:/home/pappa/clean-mysql-5.1
...
into c-0409e253.1238-1-64736c10.cust.bredbandsbolaget.se:/home/pappa/bug19307
2006-06-13 21:41:02 -04:00
mikael@c-0409e253.1238-1-64736c10.cust.bredbandsbolaget.se
59c0034061
BUG#19307: CSV engine can cause crashes in partitioned tables (due to its conversion of NULLs to 0)
2006-06-13 14:36:23 -04:00
mikael@c-0409e253.1238-1-64736c10.cust.bredbandsbolaget.se
bda7c1fd13
BUG#16002: More review fixes
2006-06-06 11:54:21 -04:00
mikael@c-7308e253.1238-1-64736c10.cust.bredbandsbolaget.se
64ca16506b
BUG#16002: Handle unsigned integer partition functions
2006-06-05 14:55:22 -04:00
monty@mysql.com
430347f126
After merge fixes
...
Remove compiler warnings
2006-06-05 06:16:08 +03:00
mikael@c-3d08e253.1238-1-64736c10.cust.bredbandsbolaget.se
a49ab68975
Merge mronstrom@bk-internal.mysql.com:/home/bk/mysql-5.1-new
...
into c-3d08e253.1238-1-64736c10.cust.bredbandsbolaget.se:/home/pappa/bug19067
2006-06-03 12:57:32 -04:00
mikael@c-3d08e253.1238-1-64736c10.cust.bredbandsbolaget.se
02b3293592
Merge mronstrom@bk-internal.mysql.com:/home/bk/mysql-5.1-new
...
into c-3d08e253.1238-1-64736c10.cust.bredbandsbolaget.se:/home/pappa/bug18198
2006-05-31 13:51:01 -04:00
mikael@c-870ae253.1238-1-64736c10.cust.bredbandsbolaget.se
d3ea79ff52
BUG#19801: Valgrind error in check_list_constants
...
Needed some special handling of the case when no_list_values == 0
2006-05-30 00:08:48 -04:00
mikael@c-870ae253.1238-1-64736c10.cust.bredbandsbolaget.se
701007fe30
review fix
2006-05-24 15:01:03 -04:00
mikael@c-870ae253.1238-1-64736c10.cust.bredbandsbolaget.se
d1098a85eb
Merge mronstrom@bk-internal.mysql.com:/home/bk/mysql-5.1-new
...
into c-870ae253.1238-1-64736c10.cust.bredbandsbolaget.se:/home/pappa/bug19304
2006-05-24 13:41:04 -04:00
mikael@c-870ae253.1238-1-64736c10.cust.bredbandsbolaget.se
cb0a4f7423
BUG#19304: Merge handler not part of partitioned tables
...
Review fix
2006-05-24 13:35:52 -04:00
mikael@c-870ae253.1238-1-64736c10.cust.bredbandsbolaget.se
0bd08dd4b6
BUG#19304: Merge handler allowed in partitioned tables
2006-05-23 07:37:03 -04:00
mikael@c-870ae253.1238-1-64736c10.cust.bredbandsbolaget.se
5de2150b85
Merge c-870ae253.1238-1-64736c10.cust.bredbandsbolaget.se:/home/pappa/clean-mysql-5.1-new
...
into c-870ae253.1238-1-64736c10.cust.bredbandsbolaget.se:/home/pappa/bug19067
2006-05-11 16:03:12 -04:00
acurtis@xiphis.org
53d4594cfe
Merge xiphis.org:/home/antony/work2/wl3201.3
...
into xiphis.org:/home/antony/work2/wl3201.merge
2006-04-24 13:36:15 -07:00
mikael@c-870ae253.1238-1-64736c10.cust.bredbandsbolaget.se
c949342101
Merge mronstrom@bk-internal.mysql.com:/home/bk/bugs/bug16002
...
into c-870ae253.1238-1-64736c10.cust.bredbandsbolaget.se:/home/pappa/bug16002
2006-04-21 09:52:51 -04:00
mikael@c-870ae253.1238-1-64736c10.cust.bredbandsbolaget.se
d1b37d9c49
Merge mronstrom@bk-internal.mysql.com:/home/bk/bugs/bug18198
...
into c-870ae253.1238-1-64736c10.cust.bredbandsbolaget.se:/home/pappa/bug18198
2006-04-21 09:30:19 -04:00
mikael@c-870ae253.1238-1-64736c10.cust.bredbandsbolaget.se
82dfff9d08
BUG#19067: Crash when ALTER TABLE for default subpartitioned table
2006-04-21 08:43:07 -04:00
mikael@c-870ae253.1238-1-64736c10.cust.bredbandsbolaget.se
fe46ee9111
BUG#18962: Crash of ALTER TABLE .. DROP PARTITION ...
...
Review fixes
2006-04-21 08:37:09 -04:00
mikael@c-870ae253.1238-1-64736c10.cust.bredbandsbolaget.se
006176ba1f
Merge c-870ae253.1238-1-64736c10.cust.bredbandsbolaget.se:/home/pappa/bug18962
...
into c-870ae253.1238-1-64736c10.cust.bredbandsbolaget.se:/home/pappa/bug19067
2006-04-20 14:21:05 -04:00
mikael@c-870ae253.1238-1-64736c10.cust.bredbandsbolaget.se
a3f152cc6e
Merge c-870ae253.1238-1-64736c10.cust.bredbandsbolaget.se:/home/pappa/clean-mysql-5.1-new
...
into c-870ae253.1238-1-64736c10.cust.bredbandsbolaget.se:/home/pappa/bug18962
2006-04-20 14:16:27 -04:00
mikael@c-870ae253.1238-1-64736c10.cust.bredbandsbolaget.se
570c74e456
BUG#19067: Alter table add partition for subpartitioned table crashes
...
Changed variable name for improved clarity and debugging possibilities
Fixed bug in not assigning subpart_type
2006-04-20 14:11:54 -04:00
mikael@c-4909e253.1238-1-64736c10.cust.bredbandsbolaget.se
cef06fdb61
BUG#16002: Make partition functions that are unsigned work properly
2006-04-17 22:51:34 -04:00
acurtis@xiphis.org
4e11a4d941
WL#3201
...
" Configure support for server plugins "
2006-04-13 13:49:29 -07:00
mikael@c-4908e253.1238-1-64736c10.cust.bredbandsbolaget.se
fa5e50943d
BUG#18962: DROP PARTITION fails when partitions dropped for subpartitions with default naming procedure
...
Fixed naming procedures for default partitioning and default subpartitioning
2006-04-11 23:35:48 -04:00
mikael@c-4908e253.1238-1-64736c10.cust.bredbandsbolaget.se
84575fe0ba
BUG#18750: Various problems with partition names, quotation marks
2006-04-10 13:48:58 -04:00
mikael@c-4908e253.1238-1-64736c10.cust.bredbandsbolaget.se
6314babf40
BUG#18198: Errors due to too much allowed in partition functions
...
Added functions to enable/disable allowed/disallowed partition functions
2006-04-08 18:10:20 -04:00
mikron@mikael-ronstr-ms-dator.local
d1b2f4792a
BUG#18198: Too much expressiveness in partition function allowed
...
Fixed the error check
2006-04-05 12:49:38 +02:00
mikron@mikael-ronstr-ms-dator.local
6c20e9d228
BUG#18198: Too much expressiveness in partition functions allowed
...
First step
2006-04-05 12:39:06 +02:00
reggie@linux.site
795659e775
cleaned up a few method comments
...
moved several functions from sql_partition to be member functions
2006-03-31 11:39:44 -06:00
holyfoot@vva.(none)
8074262eda
bug 17290 and bug 14350
...
added THD::work_part_info member where we now store modified
partition_info structure.
It allows no solve problem when different parts of the part_info get
into different mem_roots
2006-03-18 18:48:21 +04:00
serg@serg.mylan
2a8e4383f8
fixes to make the code compile with gcc 2.95
2006-02-28 22:07:14 +01:00