tomas@poseidon.ndb.mysql.com
0003a8d5a0
added test for max limit of 128 attributes in table
...
new define for long signal section size
bumbed up limit for attributes to 128
use new define in SectionSegment
some bug fixing of send fragmented signal +
make chunk size a multiple the dew define for SectionSegment size
2004-10-28 11:19:51 +00:00
tomas@poseidon.ndb.mysql.com
6a6ab95c66
Implemented fragmented signal from API
...
primarily to enable creation of tables with more attributes than 91 (up to 128)
Intermediate push for testing
CHUNK_SZ will be set higher in real implementation and API_TRACE added
2004-10-27 17:30:12 +00:00
serg@serg.mylan
cce8f5449d
after merge fix
2004-10-26 22:41:45 +02:00
serg@serg.mylan
51d3d41e8e
merged
2004-10-26 21:12:14 +02:00
konstantin@mysql.com
5622920f2c
Playing with test_bug5399() to make it work on HPUX 64 bit: no
...
reason for the failure was found, so the guess is that it is a
compiler bug.
2004-10-26 22:42:16 +04:00
serg@serg.mylan
8dab51445e
Bug #6019 - SELECT tries to use too short prefix index on utf8 data
...
Field_string::pack should respect max_length as Field_string::pack_key does
2004-10-26 20:31:41 +02:00
heikki@hundin.mysql.fi
c2e0406573
Merge heikki@bk-internal.mysql.com:/home/bk/mysql-4.1
...
into hundin.mysql.fi:/home/heikki/mysql-4.1
2004-10-26 20:48:36 +03:00
heikki@hundin.mysql.fi
a761a901b4
fil0fil.c:
...
Print to the .err log a more detailed error message if in IMPORT TABLESPACE the .ibd file does not exist
2004-10-26 20:47:23 +03:00
heikki@hundin.mysql.fi
3729ba7706
row0mysql.c:
...
Print more warnings to the .err log if ALTER TABLE ... IMPORT TABLESPACE fails for some reason
os0file.c:
Do not call exit(1) if os_file_delete() fails; remove unused parameter from
handle_error_no_exit()
fil0fil.c:
Allow DROP TABLE even if the .ibd file for the table does not exist
2004-10-26 20:29:11 +03:00
lenz@mysql.com
9ec8e38ec5
Merge lgrimmer@bk-internal.mysql.com:/home/bk/mysql-4.1
...
into mysql.com:/space/my/mysql-4.1
2004-10-26 19:09:12 +02:00
lenz@mysql.com
f60951d251
- Bumped up version number to 4.1.8 in configure.in
...
- tagged ChangeSet 1.2029 as "mysql-4.1.7"
2004-10-26 19:07:13 +02:00
monty@mysql.com
5706a92f06
Added missing initialier
2004-10-26 19:59:33 +03:00
monty@mysql.com
7698054d19
Merge bk-internal.mysql.com:/home/bk/mysql-4.1
...
into mysql.com:/home/my/mysql-4.1
2004-10-26 19:30:57 +03:00
monty@mysql.com
6fbc869d18
A lot of fixes for prepared statements (PS):
...
New mysqltest that can run mysqltest with PS
Added support for ZEROFILL in PS
Fixed crash when one called mysql_stmt_store_result() without a preceding mysql_stmt_bind_result()
Updated test cases to support --ps-protocol
(Some tests are still run using old protocol)
Fixed crash in PS when using SELECT * FROM t1 NATURAL JOIN t2...
Fixed crash in PS when using sub queries
Create table didn't signal when table was created. This could cause a "DROP TABLE created_table" in another thread to wait "forever"
Fixed wrong permissions check in PS and multi-table updates (one could get permission denied for legal quries)
Fix for PS and SELECT ... PROCEDURE
Reset all warnings when executing a new PS query
group_concat(...ORDER BY) didn't work with PS
Fixed problem with test suite when not using innodb
2004-10-26 19:30:01 +03:00
tomas@poseidon.ndb.mysql.com
837f1bd12b
Use my_sleep instead of nanosleep for portability
2004-10-26 12:21:19 +00:00
tomas@poseidon.ndb.mysql.com
6dbfb0a8c5
Merge tulin@bk-internal.mysql.com:/home/bk/mysql-4.1
...
into poseidon.ndb.mysql.com:/home/tomas/mysql-4.1
2004-10-26 10:57:36 +00:00
tomas@poseidon.ndb.mysql.com
41bab41df0
removed compiler warning
2004-10-26 10:56:41 +00:00
gluh@gluh.mysql.r18.ru
98953aa39f
Merge sgluhov@bk-internal.mysql.com:/home/bk/mysql-4.1
...
into gluh.mysql.r18.ru:/home/gluh/MySQL-BUGS/mysql-4.1
2004-10-26 13:51:14 +04:00
tomas@poseidon.ndb.mysql.com
60182fb431
Merge tulin@bk-internal.mysql.com:/home/bk/mysql-4.1
...
into poseidon.ndb.mysql.com:/home/tomas/mysql-4.1
2004-10-26 09:51:13 +00:00
tomas@poseidon.ndb.mysql.com
ee1acdf0e0
compilation fix for AIX
2004-10-26 09:48:01 +00:00
gluh@gluh.mysql.r18.ru
044b6e56c9
Typo fix
2004-10-26 13:18:35 +04:00
bar@mysql.com
a18cee7a18
Bug 6206: ENUMs are not case sensitive even if declared BINARY
...
The same problem with SET columns:
find_set() now executes find_type2() to do charset aware search,
instead of always using system_charset_info comparison.
2004-10-26 13:17:37 +05:00
gluh@gluh.mysql.r18.ru
623c61596d
Merge sgluhov@bk-internal.mysql.com:/home/bk/mysql-4.1
...
into gluh.mysql.r18.ru:/home/gluh/MySQL-BUGS/mysql-4.1
2004-10-26 12:17:36 +04:00
gluh@gluh.mysql.r18.ru
27a658b2d9
Fix for bug #6166 : index prefix length of 0 not rejected
2004-10-26 12:16:35 +04:00
tomas@poseidon.ndb.mysql.com
25f67aa11e
Merge tulin@bk-internal.mysql.com:/home/bk/mysql-4.1
...
into poseidon.ndb.mysql.com:/home/tomas/mysql-4.1
2004-10-26 08:02:42 +00:00
tomas@poseidon.ndb.mysql.com
7a89041db5
Merge tulin@bk-internal.mysql.com:/home/bk/mysql-4.1-ndb
...
into poseidon.ndb.mysql.com:/home/tomas/mysql-4.1
2004-10-26 07:25:07 +00:00
bar@mysql.com
47788e9e07
- Check ENUM/SET duplicate values taking in account charset/collation.
2004-10-26 10:41:14 +05:00
bar@mysql.com
6c4263edfb
Reuse more code: two equal pieces for ENUM and SET where moved
...
into a function.
2004-10-26 09:13:52 +05:00
tomas@poseidon.ndb.mysql.com
64eb16218c
Merge tulin@bk-internal.mysql.com:/home/bk/mysql-4.1-ndb
...
into poseidon.ndb.mysql.com:/home/tomas/mysql-4.1-ndb
2004-10-25 20:52:46 +00:00
tomas@poseidon.ndb.mysql.com
40e93b0083
Merge tulin@bk-internal.mysql.com:/home/bk/mysql-4.1
...
into poseidon.ndb.mysql.com:/home/tomas/mysql-4.1-ndb
2004-10-25 20:49:09 +00:00
joerg@mysql.com
74b996417c
Merge mysql.com:/M41/mysql-4.1 into mysql.com:/M41/push-4.1
2004-10-25 22:35:47 +02:00
tomas@poseidon.ndb.mysql.com
179a4ca86e
fix for alignment bug on solaris 64 bit
...
removed compiler warning
2004-10-25 20:35:46 +00:00
joerg@mysql.com
c6bfad8de1
Change 'Build-tools/mysql-copyright' to ensure the receiving machines will build
...
without trying to re-run autotools.
2004-10-25 22:15:45 +02:00
joreland@mysql.com
8c7976442f
Merge joreland@bk-internal.mysql.com:/home/bk/mysql-4.1-ndb
...
into mysql.com:/home/jonas/src/mysql-4.1-ndb
2004-10-25 18:02:42 +02:00
tomas@poseidon.ndb.mysql.com
3c889df57c
removed usage od NDB_MUTEX_INITIALIZER
2004-10-25 16:02:41 +00:00
tomas@poseidon.ndb.mysql.com
95a112061d
removed usage of NDB_MUTEX_INITIALIZER
2004-10-25 15:21:49 +00:00
lenz@mysql.com
c766cb4c42
Merge lgrimmer@bk-internal.mysql.com:/home/bk/mysql-4.1
...
into mysql.com:/space/my/mysql-4.1
2004-10-25 14:59:33 +02:00
lenz@mysql.com
50ad015f26
- fixed typo in innobase/os/os0file.c that caused the Windows build to fail
2004-10-25 14:55:44 +02:00
bar@mysql.com
217d83a69f
Bug#6202: ENUMs are not case sensitive even if declared BINARY
2004-10-25 17:51:26 +05:00
tomas@poseidon.ndb.mysql.com
e4be287771
Merge tulin@bk-internal.mysql.com:/home/bk/mysql-4.1
...
into poseidon.ndb.mysql.com:/home/tomas/mysql-4.1
2004-10-25 11:38:30 +00:00
tomas@poseidon.ndb.mysql.com
879d986d99
removed compiler warning
2004-10-25 11:30:33 +00:00
tomas@poseidon.ndb.mysql.com
fbc245e63c
removed compiler warning
...
shortened help text
2004-10-25 10:23:45 +00:00
tomas@poseidon.ndb.mysql.com
62b7e4e26f
using my_gethostbyname_r in Ndb_getInAddr
2004-10-25 10:19:45 +00:00
serg@serg.mylan
7ad3f0ecfa
Merge bk-internal.mysql.com:/home/bk/mysql-4.1/
...
into serg.mylan:/usr/home/serg/Abk/mysql-4.1
2004-10-25 10:26:29 +02:00
serg@serg.mylan
fb232f7e54
don't hang if the text contains illegal characters
2004-10-25 10:23:38 +02:00
tomas@poseidon.ndb.mysql.com
36a2a5e277
remove compile warning
2004-10-24 15:25:43 +00:00
tomas@poseidon.ndb.mysql.com
f827daf9f6
Merge tulin@bk-internal.mysql.com:/home/bk/mysql-4.1
...
into poseidon.ndb.mysql.com:/home/tomas/mysql-4.1-ndb
2004-10-24 15:09:56 +00:00
tomas@poseidon.ndb.mysql.com
84ea2f62e9
removed compiler warnings
2004-10-24 15:09:18 +00:00
bell@sanja.is.com.ua
3930527b3d
Merge abelkin@bk-internal.mysql.com:/home/bk/mysql-4.1
...
into sanja.is.com.ua:/home/bell/mysql/bk/mysql-4.1
2004-10-24 11:58:25 +03:00
bell@sanja.is.com.ua
d774e2c892
removed unneed variable
2004-10-24 11:54:58 +03:00