Commit graph

15514 commits

Author SHA1 Message Date
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
tomas@poseidon.ndb.mysql.com
9e6a917f1a Merge tulin@bk-internal.mysql.com:/home/bk/mysql-4.1
into poseidon.ndb.mysql.com:/home/tomas/mysql-4.1-ndb
2004-10-23 09:06:15 +00:00
tomas@poseidon.ndb.mysql.com
caaf95f33d remove compiler warnings 2004-10-23 09:05:24 +00:00
bell@sanja.is.com.ua
0ddef9ecf8 Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-4.1
into sanja.is.com.ua:/home/bell/mysql/bk/work-sub-4.1
2004-10-23 10:27:34 +03:00
bar@mysql.com
59571ecf8e ctype-utf8.c:
Char is unsigned by defeault on some platforms. Cast t to a signed type.
2004-10-23 10:24:59 +05:00
monty@mysql.com
8b6839e644 Fixed wrong range test code for HEAP tables. This caused a crash when doing a range test with a key that didn't have lower or upper bound (Bug #6082)
More test cases
2004-10-23 03:30:27 +03:00
mwagner@here.mwagner.org
f5b33f6e6a configure.in:
4.1.7 leaves gamma.
2004-10-22 17:25:02 -05:00
serg@serg.mylan
b7a8cce4eb test fixed 2004-10-22 23:23:02 +02:00
serg@serg.mylan
23586e78ec merged 2004-10-22 23:15:08 +02:00
serg@serg.mylan
66124a5ec1 Merge bk-internal.mysql.com:/home/bk/mysql-4.1/
into serg.mylan:/usr/home/serg/Abk/mysql-4.1
2004-10-22 22:44:08 +02:00
serg@serg.mylan
9336d010af correct fix for the bug #6151 2004-10-22 22:42:11 +02:00
ingo@mysql.com
189a6bc114 Merge mysql.com:/home/mydev/mysql-4.1
into mysql.com:/home/mydev/mysql-4.1-bug6151
2004-10-22 22:34:59 +02:00
lenz@mysql.com
6eaeebb50b Merge lgrimmer@bk-internal.mysql.com:/home/bk/mysql-4.1
into mysql.com:/space/my/mysql-4.1
2004-10-22 22:29:43 +02:00