sergefp@mysql.com
55e70fd1f6
Fix for BUG#11821: Make Item_type_holder be able to work with MIN(field),
...
MAX(field).
2005-07-12 16:30:45 +00:00
reggie@linux.site
8a68788c39
Bug #7142 Show Fields from fails using Borland's dbExpress interface
...
The problem here is that columns that have an especially long type
such as an enum type with many options would be longer than 40 chars
but the type column returned from show columns always was defined
as varchar(40).
This is fixed in 5.0 using info schema.
2005-07-12 08:35:30 -06:00
igor@igor-inspiron.creware.com
a0f594a8ef
Merge ibabaev@bk-internal.mysql.com:/home/bk/mysql-5.0
...
into igor-inspiron.creware.com:/home/igor/mysql-5.0
2005-07-12 05:31:06 -07:00
igor@igor-inspiron.creware.com
26ee0b2ef8
view.result, view.test:
...
Added a test case for bug #11771 .
item.h:
Fixed bug #11771 .
Added method reset_query_id_processor to be able to adjust
query_id for fields generated from * in queries like this:
SELECT * FROM <view> ...
sql_base.cc:
Fixed bug #11771 .
Adjusted query_id for fields generated from * in queries
like this: SELECT * FROM <view> ...
2005-07-12 05:18:05 -07:00
tomas@poseidon.ndb.mysql.com
9743190cd9
no open logging
...
adopted perl test script for new dir structure
2005-07-12 13:51:25 +02:00
hf@deer.(none)
64c2a598b6
Merge bk@192.168.21.1:/usr/home/bk/mysql-5.0
...
into deer.(none):/home/hf/work/mysql-5.0.clean
2005-07-12 16:02:35 +05:00
igor@igor-inspiron.creware.com
36945e144c
Merge ibabaev@bk-internal.mysql.com:/home/bk/mysql-4.1
...
into igor-inspiron.creware.com:/home/igor/mysql-4.1
2005-07-12 03:18:43 -07:00
mskold@mysql.com
60bb14c3ef
Fixed failed merge
2005-07-12 11:49:57 +02:00
hf@deer.(none)
ba559d651e
Fix for bug #11557 (Error during rounding of the DEFAULT values)
2005-07-12 14:17:59 +05:00
mskold@mysql.com
f741566646
Merge mysql.com:/usr/local/home/marty/MySQL/mysql-4.1
...
into mysql.com:/usr/local/home/marty/MySQL/mysql-5.0
2005-07-12 10:57:01 +02:00
mskold@mysql.com
d71548c873
Merge mskold@bk-internal.mysql.com:/home/bk/mysql-4.1
...
into mysql.com:/usr/local/home/marty/MySQL/mysql-4.1
2005-07-12 10:50:47 +02:00
mskold@mysql.com
c37aece470
Disabled internal ndb system table test, since it only works on case sensitive systems
2005-07-12 10:39:58 +02:00
bar@mysql.com
2204effda1
Merge mysql.com:/usr/home/bar/mysql-4.1
...
into mysql.com:/usr/home/bar/mysql-5.0
2005-07-12 13:18:25 +05:00
pem@mysql.com
65fa6604f0
Updated system_mysql_db.result after mysql.proc definition changes.
2005-07-11 15:57:46 +02:00
pem@mysql.com
6f54e27e5e
Merge mysql.com:/usr/local/bk/mysql-5.0
...
into mysql.com:/home/pem/work/mysql-5.0
2005-07-11 12:46:42 +02:00
bar@mysql.com
45fe5e74d8
field_conv.cc:
...
Bug#11591
CHAR column with utf8 does not work properly
(more chars than expected)
do_cut_string didn't call well_formed_length,
and copied all data, which was wrong in the
case of multibyte character set.
ctype_utf8.result, ctype_utf8.test:
adding test case
2005-07-11 13:20:07 +05:00
brian@brian-akers-computer.local
85e2b662bf
Refactoring of write_row() into two parts to allow future additions. Also rewrote the OPTIMIZE TABLE code, to add new extended optimize. This form of optimize rebuilds not only the file, but each individual row.
2005-07-10 18:19:37 -07:00
dlenev@mysql.com
4e8c22f296
Manual fixes after merging patch for bug #8406 "Triggers crash if referencing
...
a table" with main tree.
2005-07-09 23:11:17 +04:00
dlenev@mysql.com
75b8d4fa08
Merge bk-internal.mysql.com:/home/bk/mysql-5.0
...
into mysql.com:/home/dlenev/src/mysql-5.0-bg8406
2005-07-09 22:04:18 +04:00
dlenev@mysql.com
923fe817e0
Enable support of access to tables from triggers. Thus fix bug #8406 "Triggers
...
crash if referencing a table" and several other related bugs.
Fix for bug #11834 "Re-execution of prepared statement with dropped function
crashes server." which was spotted during work on previous bugs.
Also couple of nice cleanups:
- Replaced two separate hashes for stored routines used by statement with one.
- Now instead of doing one pass through all routines used in statement for
caching them and then doing another pass for adding their tables to table
list, we do only one pass during which do both things.
2005-07-09 21:51:59 +04:00
lenz@mysql.com
94310faa2e
- reverted and optimized a merge
2005-07-08 21:13:14 +02:00
lenz@mysql.com
8ad778d9c0
Merge
2005-07-08 21:09:50 +02:00
lenz@mysql.com
ce4f3cfb3f
Merge mysql.com:/space/my/mysql-4.1-build
...
into mysql.com:/space/my/mysql-4.1
2005-07-08 21:06:07 +02:00
lenz@mysql.com
611ae59245
- reverted adding mysql-test/t/*.def to the distribution (it is not supported in 4.1
...
at all)
2005-07-08 21:04:54 +02:00
pem@mysql.com
41acf1ce61
Merge mysql.com:/usr/local/bk/mysql-5.0
...
into mysql.com:/home/pem/work/mysql-5.0
2005-07-08 16:40:54 +02:00
pem@mysql.com
5ce9198f20
Fixed BUG#11365: Stored Procedure: Crash on Procedure operation
...
Two separate problems. A key buffer was too small in sp.cc for multi-byte
fields, and the creation and fixing of mysql.proc in the scripts hadn't been
updated with the correct character sets and collations (like the other
system tables had).
Note: No special test case, as the use of utf8 for mysql.proc will make
any existing crash (if the buffer overrrun wasn't fixed).
2005-07-08 16:33:15 +02:00
igor@igor-inspiron.creware.com
3c98b0132e
Merge ibabaev@bk-internal.mysql.com:/home/bk/mysql-4.1
...
into igor-inspiron.creware.com:/home/igor/mysql-4.1
2005-07-08 06:37:09 -07:00
igor@igor-inspiron.creware.com
af217b9804
Merge ibabaev@bk-internal.mysql.com:/home/bk/mysql-5.0
...
into igor-inspiron.creware.com:/home/igor/mysql-5.0
2005-07-08 06:19:13 -07:00
ramil@mysql.com
48e1013492
portability fix: the Max_data_length replaced with #
2005-07-08 16:25:07 +05:00
igor@igor-inspiron.creware.com
e370d89f4a
Merge igor-inspiron.creware.com:/home/igor/mysql-5.0
...
into igor-inspiron.creware.com:/home/igor/dev/mysql-5.0-0
2005-07-08 02:33:15 -07:00
pem@mysql.com
ce93689940
Merge mysql.com:/usr/local/bk/mysql-5.0
...
into mysql.com:/home/pem/work/mysql-5.0
2005-07-08 11:32:13 +02:00
lenz@mysql.com
b1b48d3300
Merge mysql.com:/space/my/mysql-5.0.9-clone
...
into mysql.com:/space/my/mysql-5.0
2005-07-08 11:32:12 +02:00
lenz@mysql.com
79f43c864a
- manual merge of the addition of including mysqlt-test/t/*.def
2005-07-08 11:27:08 +02:00
igor@igor-inspiron.creware.com
f452d29149
ctype_utf8.test:
...
Added a test case for bug #11484 .
hp_hash.c:
Fixed bug #11484 .
This bug in the function hp_rec_key_cmp resulted in wrong
comparison of varchar multibyte keys if the bytes after
string values happened to be different. This caused wrong
results for queries returning DISTINCT varchar fields in
multibyte charsets (e.g. in utf8).
2005-07-08 02:12:31 -07:00
lenz@mysql.com
8b6c6eea49
Merge mysql.com:/space/my/mysql-4.1-build
...
into mysql.com:/space/my/mysql-4.1
2005-07-08 11:11:05 +02:00
lenz@mysql.com
780d699b86
- added mysql-test/t/*.def to the source and binary distributions
2005-07-08 11:07:05 +02:00
ramil@mysql.com
cee7f0e756
Merge mysql.com:/usr/home/ram/work/mysql-5.0-release
...
into mysql.com:/usr/home/ram/work/mysql-5.0
2005-07-08 13:30:56 +05:00
ramil@mysql.com
1a1ea48bc9
a fix (bug #11809 : ps_1general.test fails on QNX).
2005-07-08 12:54:00 +05:00
jimw@mysql.com
de9909faec
Fix crash caused by calling DES_ENCRYPT() without the --des-key-file
...
option having been passed to the server. (Bug #11643 )
2005-07-07 11:49:44 -07:00
lenz@mysql.com
8826b086d5
Merge lgrimmer@bk-internal.mysql.com:/home/bk/mysql-5.0
...
into mysql.com:/space/my/mysql-5.0
2005-07-07 19:31:28 +02:00
kent@mysql.com
6481cf7068
Merge mysql.com:/Users/kent/mysql/bk/mysql-4.1-gca
...
into mysql.com:/Users/kent/mysql/bk/mysql-5.0-release
2005-07-07 18:54:57 +02:00
kent@mysql.com
be0f916512
Merge mysql.com:/Users/kent/mysql/bk/mysql-4.1-gca
...
into mysql.com:/Users/kent/mysql/bk/mysql-4.1
2005-07-07 18:50:29 +02:00
hf@deer.(none)
5f62765d90
Merge abotchkov@bk-internal.mysql.com:/home/bk/mysql-5.0
...
into deer.(none):/home/hf/work/mysql-5.0.clean
2005-07-07 21:49:12 +05:00
hf@deer.(none)
c7940aeb86
Fix for bug #8449(Silent column changes)
2005-07-07 21:47:18 +05:00
kent@mysql.com
922f2faa36
mtr_cases.pl:
...
Added support for the disabled.def file
2005-07-07 18:41:22 +02:00
msvensson@neptunus.(none)
d48c95f1ba
Merge neptunus.(none):/home/msvensson/mysql/bug11635/mysql-5.0
...
into neptunus.(none):/home/msvensson/mysql/mysql-5.0
2005-07-07 18:23:22 +02:00
lenz@mysql.com
d8ede693d2
Merge mysql.com:/space/my/mysql-5.0.9-clone
...
into mysql.com:/space/my/mysql-5.0
2005-07-07 18:22:43 +02:00
msvensson@neptunus.(none)
a8efd33aec
Merge neptunus.(none):/home/msvensson/mysql/bug11635/my41-bug11635
...
into neptunus.(none):/home/msvensson/mysql/mysql-4.1
2005-07-07 18:21:20 +02:00
msvensson@neptunus.(none)
deb22599fa
Merge to 5.0
2005-07-07 18:20:13 +02:00
lenz@mysql.com
cc1950aa0b
- Updated the sp-security result set after updating the test
2005-07-07 17:55:16 +02:00