bar@mysql.com
d7c773834b
WL#1386 - CTYPE table for unicode character sets
...
A prerequisite for several fulltext and XML bugs.
MY_CHARSET_HANDLER now has a new function "ctype"
to detect a type of the next character in a string
(i.e. digit, letter, space, punctuation, control, etc),
which now works correctly for both 8bit and multibyte charsets.
Previously only 8bit charsets worked correctly,
while any multibyte character was considered as letter
in multibyte charsets.
Many files:
Adding new function
Makefile.am:
Adding build rules for uctypedump,
a dump tool to create my_uctype.h
using Unicode Character Database file.
m_ctype.h:
Adding declaration of my_uni_ctype,
ctype data for Unicode.
Adding new member into MY_CHARSET_HANDLER
Makefile.am:
Adding my_uctype.h into noinst_HEADERS
my_uctype.h, uctypedump.c:
new files:
ctype data for unicode,
and the tool to generate it from
a Unicode Character Database file.
2006-02-02 10:07:47 +04:00
tomas@poseidon.ndb.mysql.com
f90661e443
bug 16996 ndbd nodes crash at api heartbeat failure if event/replication is used
2006-02-01 10:13:27 +01:00
tomas@poseidon.ndb.mysql.com
cdf145c71d
adjust test to give predictable output
2006-02-01 10:07:04 +01:00
tomas@poseidon.ndb.mysql.com
e58f287f49
ensure repeatability of test case
2006-02-01 02:34:02 +01:00
tomas@poseidon.ndb.mysql.com
d302b0eb50
Merge tulin@bk-internal.mysql.com:/home/bk/mysql-5.1-new
...
into poseidon.ndb.mysql.com:/home/tomas/mysql51
2006-02-01 01:15:01 +01:00
tomas@poseidon.ndb.mysql.com
7ea70d5dc8
Merge tulin@bk-internal.mysql.com:/home/bk/mysql-5.1-new
...
into poseidon.ndb.mysql.com:/home/tomas/mysql51
2006-02-01 01:13:21 +01:00
tomas@poseidon.ndb.mysql.com
a2f7fcf87b
wl2325, distribution of schema operations between mysql servers
2006-02-01 01:12:11 +01:00
sergefp@mysql.com
8eaacf518c
Merge spetrunia@bk-internal.mysql.com:/home/bk/mysql-5.1-new
...
into mysql.com:/home/psergey/mysql-5.1-fix-assert
2006-02-01 02:20:04 +03:00
sergefp@mysql.com
b197e22d4f
Change DBUG_ASSERT(1) to DBUG_ASSERT(0)
2006-02-01 02:19:14 +03:00
andrey@lmy004.
060ed74abc
Merge ahristov@bk-internal.mysql.com:/home/bk/mysql-5.1-new
...
into lmy004.:/work/mysql-5.1-bug16407
2006-01-31 23:30:36 +01:00
andrey@lmy004.
64e09bad66
sql_mode should be after on_completion and before comment
...
partial fix for bug #16407
WL#1034 (Internal CRON)
2006-01-31 23:29:03 +01:00
marty@linux.site
aef3ead4bc
Added test case for creating index on disk stored table
2006-01-31 20:11:43 +01:00
marty@linux.site
902ec857ce
Merge mskold@bk-internal.mysql.com:/home/bk/mysql-5.1-new
...
into linux.site:/home/marty/MySQL/mysql-5.1-new
2006-01-31 20:11:42 +01:00
reggie@big_geek.
4a1b2a2bdf
Merge rburnett@bk-internal.mysql.com:/home/bk/mysql-5.1-new
...
into big_geek.:C:/Work/mysql/mysql-5.1
2006-01-31 13:11:41 -06:00
reggie@big_geek.
9d402fb638
a few corrections necessary for the win32 folder rename
2006-01-31 13:10:05 -06:00
mskold@mysql.com
3ef12423c5
Merge marty@192.168.123.145:MySQL/mysql-5.1-new
...
into mysql.com:/usr/local/home/marty/MySQL/mysql-5.1-new-wl1892
2006-01-31 18:58:46 +01:00
marty@linux.site
c7e17f5512
Merge mskold@bk-internal.mysql.com:/home/bk/mysql-5.1-new
...
into linux.site:/home/marty/MySQL/mysql-5.1-new
2006-01-31 18:58:45 +01:00
tomas@poseidon.ndb.mysql.com
44e572df52
Merge tulin@bk-internal.mysql.com:/home/bk/mysql-5.1-new
...
into poseidon.ndb.mysql.com:/home/tomas/mysql51
2006-01-31 18:58:44 +01:00
tomas@poseidon.ndb.mysql.com
f4f0f1d66c
Bug #16466 DD: SHOW CREATE TABLE does not show TABLESPACE table_space1 STORAGE DISK
2006-01-31 18:46:44 +01:00
mskold@mysql.com
8c73ef0923
Updated tests for WL#1892
2006-01-31 18:31:37 +01:00
andrey@lmy004.
060122de06
add the sql_mode to the enum with the fields
...
post-push fix for bug#16407 (sql_mode discarded)
WL#1034 (Internal CRON)
2006-01-31 17:22:38 +01:00
marty@linux.site
0a57f2410b
Enable WL#1892 for binlog, wrong signature
2006-01-31 17:11:21 +01:00
andrey@lmy004.
edf0185e4b
post-push fix
2006-01-31 17:10:44 +01:00
marty@linux.site
89aa7c27e6
Enable WL#1892 for binlog
2006-01-31 17:01:14 +01:00
andrey@lmy004.
21f850d248
Merge ahristov@bk-internal.mysql.com:/home/bk/mysql-5.1-new
...
into lmy004.:/work/mysql-5.1-bug16407
2006-01-31 16:39:14 +01:00
andrey@lmy004.
2a60c11fef
partial fix for bug#16407 (sql_mode not regarded)
...
add sql_mode to mysql.event
WL#1034 (Internal CRON)
2006-01-31 16:01:27 +01:00
marty@linux.site
d77b26c8c6
Post review fixes
2006-01-31 15:53:35 +01:00
marty@linux.site
d0ede4674c
Merge mskold@bk-internal.mysql.com:/home/bk/mysql-5.1-new
...
into linux.site:/home/marty/MySQL/mysql-5.1-new
2006-01-31 15:47:00 +01:00
reggie@big_geek.
e98042268f
change win32 to win
2006-01-31 08:41:39 -06:00
reggie@big_geek.
e7ef323812
Merge rburnett@bk-internal.mysql.com:/home/bk/mysql-5.1-new
...
into big_geek.:C:/Work/mysql/mysql-5.1
2006-01-31 08:41:38 -06:00
tomas@poseidon.ndb.mysql.com
0e70717e4e
Merge tulin@bk-internal.mysql.com:/home/bk/mysql-5.1-new
...
into poseidon.ndb.mysql.com:/home/tomas/mysql51
2006-01-31 15:41:37 +01:00
tomas@poseidon.ndb.mysql.com
933813c0c3
Bug #16851 Cluster: Auto Database Push is not working properly
2006-01-31 15:40:26 +01:00
reggie@big_geek.
3eb9e1702c
initial cmake fileset. It is not production ready but stable enough to start working with
2006-01-31 07:52:16 -06:00
sasha@asksasha.com
729f819d42
Merge spachev@bk-internal.mysql.com:/home/bk/mysql-5.1-new
...
into asksasha.com:/reiser-data/mysql-dev/mysql-5.1-new
2006-01-31 05:08:43 -07:00
sasha@asksasha.com
9a7690483a
post-merge fix
2006-01-31 05:07:48 -07:00
jonas@perch.ndb.mysql.com
ed2a86c1c0
Merge joreland@bk-internal.mysql.com:/home/bk/mysql-5.1-new
...
into perch.ndb.mysql.com:/home/jonas/src/mysql-5.1-new
2006-01-31 11:43:11 +01:00
jonas@perch.ndb.mysql.com
80bec99018
bug#10987 - rpl_ndb_bank
...
last bug fix revealed another bug.
fix buffer management when parsing table descriptor
2006-01-31 11:42:36 +01:00
knielsen@mysql.com
0605a8bc39
Merge bk-internal:/home/bk/mysql-5.1-new
...
into mysql.com:/usr/local/mysql/x/mysql-5.1-new
2006-01-31 10:48:40 +01:00
marty@linux.site
d03efdfd5b
Merge mskold@bk-internal.mysql.com:/home/bk/mysql-5.1-new
...
into linux.site:/home/marty/MySQL/mysql-5.1-new
2006-01-31 09:30:35 +01:00
sasha@asksasha.com
144490850a
Merge spachev@bk-internal.mysql.com:/home/bk/mysql-5.1-new
...
into asksasha.com:/reiser-data/mysql-dev/mysql-5.1-new
2006-01-30 20:58:17 -07:00
sasha@asksasha.com
fdefc7e03d
#WL3026 - replace_regex in mysqltest
2006-01-30 20:35:33 -07:00
tomas@poseidon.ndb.mysql.com
f10a7edff5
Bug #16851 , log floods with ndb discover messages
...
+ fix crashing bug when discovering ndb tables outside select context
2006-01-31 01:37:48 +01:00
knielsen@mysql.com
2472ffc41b
Merge bk-internal:/home/bk/mysql-5.1-new
...
into mysql.com:/usr/local/mysql/x/mysql-5.1-new
2006-01-30 22:35:46 +01:00
jonas@perch.ndb.mysql.com
86a15e5e86
Merge joreland@bk-internal.mysql.com:/home/bk/mysql-5.1-new
...
into perch.ndb.mysql.com:/home/jonas/src/mysql-5.1-new
2006-01-30 21:28:55 +01:00
jonas@perch.ndb.mysql.com
a8a2b4ea25
Merge joreland@bk-internal.mysql.com:/home/bk/mysql-5.1-new
...
into perch.ndb.mysql.com:/home/jonas/src/mysql-5.1-new
2006-01-30 21:07:50 +01:00
jonas@perch.ndb.mysql.com
8e61278077
bug#10987 - rpl_ndb_bank -
...
Allow GET_TABINFO during BACKUP
(otherwise LCP gets corrupt)
2006-01-30 21:07:01 +01:00
reggie@linux.site
0479012e3e
Merge rburnett@bk-internal.mysql.com:/home/bk/mysql-5.1-new
...
into linux.site:/home/reggie/work/mysql-5.1
2006-01-30 11:47:56 -06:00
jimw@mysql.com
7065c420e2
Merge bk-internal:/home/bk/mysql-5.1-new
...
into mysql.com:/home/jimw/my/mysql-5.1-clean
2006-01-30 09:47:55 -08:00
knielsen@mysql.com
56d44ff1f9
Merge mysql.com:/usr/local/mysql/mysql-5.1-win-fixes
...
into mysql.com:/usr/local/mysql/x/mysql-5.1-new
2006-01-30 17:57:20 +01:00
knielsen@mysql.com
854899a25f
Merge bk-internal:/home/bk/mysql-5.1-new
...
into mysql.com:/usr/local/mysql/x/mysql-5.1-new
2006-01-30 17:47:06 +01:00