bell@sanja.is.com.ua
27aa2ae30c
fixed length detection
2005-09-16 09:15:45 +03:00
bar@mysql.com
1d12ac8849
Bug#10504
...
Character set does not support traditional mode
ctype_utf8.result, ctype_utf8.test:
adding test case.
password.c, mysql_com.h
Changeing octet2hex availability from static to public.
item_strfunc.cc:
Result string is now checked to be well-formed.
Warning/error is generated, depending on sql_mode.
2005-09-16 10:24:37 +05:00
SergeyV@selena.
2e9e0b33c5
Fixes bug #12929 . Uses my_cgets instead of _cgets function, thus eliminating
...
a restriction to 255 chars for editable buffer.
2005-09-16 01:56:16 +04:00
evgen@moonbone.local
097ca8ad90
Fix bug #12291 Table wasn't reinited for index scan after sequential scan
...
Optimizer did choose "Range checked for each record" for one of the tables.
For first few loops over that table it choose sequential access, on later
stage it choose to use index. Because table was previously initialized for
sequential access, it skips intitialization for index access, and when
server tries to retrieve data error occurs.
QUICK_RANGE_SELECT::init() changes so if file already initialized for
sequential access, it calls ha_rnd_end() and initializes file for index
access.
2005-09-16 01:19:43 +04:00
reggie@fedora.(none)
a9bc969635
Merge mysqldev@production.mysql.com:/data0/mysqldev/my/mysql-5.0-release
...
into fedora.(none):/home/reggie/bk/mysql-5.0-release
2005-09-15 14:33:15 -05:00
reggie@fedora.(none)
66e6453e2a
some last minute Windows compile fixes and makefile corrections
2005-09-15 14:32:01 -05:00
bell@sanja.is.com.ua
aec371f910
WL#2787 (part 2, ver 3 (merged)) changed securety context switching
2005-09-15 22:29:07 +03:00
evgen@moonbone.local
7de902fcef
Merge epotemkin@bk-internal.mysql.com:/home/bk/mysql-5.0
...
into moonbone.local:/work/12887-bug-5.0-mysql
2005-09-15 23:22:07 +04:00
evgen@moonbone.local
885f7e7e2f
Merge epotemkin@bk-internal.mysql.com:/home/bk/mysql-5.0
...
into moonbone.local:/work/12887-bug-5.0-mysql
2005-09-15 23:17:38 +04:00
serg@serg.mylan
bd3b8a495e
Merge bk-internal.mysql.com:/home/bk/mysql-5.0
...
into serg.mylan:/usr/home/serg/Abk/mysql-5.0
2005-09-15 21:09:33 +02:00
serg@serg.mylan
db896a66ca
bad merge fixed
2005-09-15 21:05:42 +02:00
evgen@moonbone.local
7e733a889e
Merge moonbone.local:/work/12887-bug-4.1-mysql
...
into moonbone.local:/work/12887-bug-5.0-mysql
2005-09-15 22:54:59 +04:00
jimw@mysql.com
21636f1ccb
Merge bk-internal:/home/bk/mysql-4.1
...
into mysql.com:/home/jimw/my/mysql-4.1-clean
2005-09-15 11:45:12 -07:00
joerg@mysql.com
1c656276a4
Merge mysql.com:/M50/clone-5.0 into mysql.com:/M50/mysql-5.0
2005-09-15 20:43:00 +02:00
evgen@moonbone.local
3065cc0edf
Manual merge
2005-09-15 22:21:30 +04:00
SergeyV@selena.
94f987f205
Merge svlasenko@bk-internal.mysql.com:/home/bk/mysql-5.0
...
into selena.:H:/MYSQL/src/fin-mysql-5.0
2005-09-15 22:07:54 +04:00
evgen@moonbone.local
dbfc28cec1
Merge epotemkin@bk-internal.mysql.com:/home/bk/mysql-4.1
...
into moonbone.local:/work/12887-bug-4.1-mysql
2005-09-15 21:34:53 +04:00
evgen@moonbone.local
1685040e2b
Fix bug#12887 Distinct is not always applied after rollup
...
For queries with GROUP BY and without hidden GROUP BY fields DISTINCT is
optimized away becuase such queries produce result set without duplicates.
But ROLLUP can add rows which may be same to some rows and this fact was
ignored.
Added check so if ROLLUP is present DISTINCT can't be optimized away.
2005-09-15 21:34:11 +04:00
evgen@moonbone.local
d693323b69
Merge epotemkin@bk-internal.mysql.com:/home/bk/mysql-5.0
...
into moonbone.local:/work/11416-bug-5.0-mysql
2005-09-15 21:24:41 +04:00
jimw@mysql.com
af4d71f734
Merge mysql.com:/home/jimw/my/mysql-4.1-12723
...
into mysql.com:/home/jimw/my/mysql-4.1-clean
2005-09-15 10:00:25 -07:00
joerg@mysql.com
8b7b6f46f3
Compile problem about "madvise()" on Solaris (bug#7156). (Patch supplied by Kent)
2005-09-15 19:00:25 +02:00
evgen@moonbone.local
fcfcc016bd
Merge
2005-09-15 20:50:10 +04:00
SergeyV@selena.
3a7acc92ff
Merge selena.:H:/MYSQL/src/fin-mysql-4.1
...
into selena.:H:/MYSQL/src/fin-mysql-5.0
2005-09-15 19:35:37 +04:00
monty@mysql.com
10a4a16654
Turn off EOLN_NATIVE flag of some test files
2005-09-15 17:59:01 +03:00
monty@mysql.com
9727fe5abf
Merge mysql.com:/home/my/mysql-4.0
...
into mysql.com:/home/my/mysql-4.1
2005-09-15 17:17:26 +03:00
monty@mysql.com
444dbfaf17
Turn off EOLN_NATIVE flag for all test files
...
Ignored some generated files
2005-09-15 17:14:39 +03:00
bell@sanja.is.com.ua
cc2ae4e55f
Merge abelkin@bk-internal.mysql.com:/home/bk/mysql-5.0
...
into sanja.is.com.ua:/home/bell/mysql/bk/work-owner2-5.0
2005-09-15 17:11:00 +03:00
pekka@mysql.com
233f6d99d6
Merge pnousiainen@bk-internal.mysql.com:/home/bk/mysql-5.0
...
into mysql.com:/export/space/pekka/ndb/version/my50
2005-09-15 15:05:52 +02:00
pekka@mysql.com
275e520dda
Merge mysql.com:/export/space/pekka/ndb/version/my41
...
into mysql.com:/export/space/pekka/ndb/version/my50
2005-09-15 15:01:38 +02:00
lenz@mysql.com
c87080877c
- bumped up version number to 5.0.14-rc in the main tree (5.0.13-rc has
...
been branched off)
2005-09-15 14:57:50 +02:00
lenz@mysql.com
d8bd92895d
- bumped up version number from 5.0.13-beta to 5.0.13-rc
...
- tagged this ChangeSet as "clone-5.0.13-build"
2005-09-15 14:53:38 +02:00
pekka@mysql.com
af1ddc205b
ndb - bug#9994 backpatch fixes from 5.0
...
IGNORE on merge 4.1->5.0
2005-09-15 14:48:49 +02:00
bell@sanja.is.com.ua
ff994c326e
Merge abelkin@bk-internal.mysql.com:/home/bk/mysql-5.0
...
into sanja.is.com.ua:/home/bell/mysql/bk/work-owner2-5.0
2005-09-15 15:39:44 +03:00
msvensson@neptunus.(none)
a9b3767874
Merge bk-internal.mysql.com:/home/bk/mysql-5.0
...
into neptunus.(none):/home/msvensson/mysql/bug13029/my50-bug13029
2005-09-15 11:24:28 +02:00
msvensson@neptunus.(none)
d61645fe62
Merge bk-internal.mysql.com:/home/bk/mysql-5.0
...
into neptunus.(none):/home/msvensson/mysql/bug12526/my50-bug12526
2005-09-15 11:16:13 +02:00
bell@sanja.is.com.ua
630cdd7d0c
Information schema fix for WL#2787
2005-09-15 11:56:06 +03:00
msvensson@neptunus.(none)
872d85dabe
Bug #13029 YaSSL not compatibile w/ JSSE (Java implementation of SSL)
...
-Applied patch from Todd
2005-09-15 09:46:10 +02:00
msvensson@neptunus.(none)
ae89da95fe
Merge bk-internal.mysql.com:/home/bk/mysql-5.0
...
into neptunus.(none):/home/msvensson/mysql/bug12526/my50-bug12526
2005-09-15 09:12:52 +02:00
ingo@mysql.com
6712aa1a7d
Merge mysql.com:/home/mydev/mysql-5.0
...
into mysql.com:/home/mydev/mysql-5.0-5000
2005-09-15 09:02:26 +02:00
msvensson@neptunus.(none)
95197f39a2
Bug #12526 yassl: Crashes in "integer.cpp"
...
- Disable inlining in integer.cp for sparc solaris Cun C++ 5.6
2005-09-15 08:59:29 +02:00
shuichi@mysql.com
63cdcbc0ec
Fix for Bug#3982
...
Added check for availability of multibyte characters and functions
2005-09-14 21:47:24 -07:00
dlenev@mysql.com
ff4a6e139e
Merge bk-internal.mysql.com:/home/bk/mysql-5.0
...
into mysql.com:/home/dlenev/src/mysql-5.0-bg12704-2
2005-09-15 05:06:54 +04:00
dlenev@mysql.com
2a96aa110f
Merge bk-internal.mysql.com:/home/bk/mysql-5.0
...
into mysql.com:/home/dlenev/src/mysql-5.0-bg12704-2
2005-09-15 03:57:59 +04:00
dlenev@mysql.com
e231ebe5fb
Fix for bug #12704 "Server crashes during trigger execution".
...
This bug occurs when some trigger for table used by DML statement is created
or changed while statement was waiting in lock_tables(). In this situation
prelocking set which we have calculated becames invalid which can easily lead
to errors and even in some cases to crashes.
With proposed patch we no longer silently reopen tables in lock_tables(),
instead caller of lock_tables() becomes responsible for reopening tables and
recalculation of prelocking set.
2005-09-15 03:56:09 +04:00
eric@mysql.com
b4c9c778c3
Merge eherman@bk-internal.mysql.com:/home/bk/mysql-5.0
...
into mysql.com:/home/eric/mysql-5.0-fed-err
2005-09-14 14:46:07 -07:00
sasha@asksasha.com
b6414f7993
Merge spachev@bk-internal.mysql.com:/home/bk/mysql-4.1
...
into asksasha.com:/reiser-data/mysql-dev/mysql-4.1-bug11139
2005-09-14 15:19:56 -06:00
eric@mysql.com
92e2936fb9
Merge eherman@bk-internal.mysql.com:/home/bk/mysql-5.0
...
into mysql.com:/home/eric/mysql-5.0-fed-err
2005-09-14 13:52:43 -07:00
elliot@mysql.com
f3030c3411
Updated test results for view test.
2005-09-14 16:27:55 -04:00
elliot@mysql.com
588af40cda
Merge bk-internal.mysql.com:/home/bk/mysql-5.0
...
into mysql.com:/home/emurphy/src/bk-clean/mysql-5.0
2005-09-14 16:16:04 -04:00
bell@sanja.is.com.ua
87a8fb4807
fixed portability
2005-09-14 23:12:01 +03:00