bar@mysql.com
541883f9d8
Produce a "truncated" warning if a value cannot be converted
...
into the column character set on INSERT/UPDATE.
2004-10-28 15:21:20 +05:00
joerg@mysql.com
c8ba8c1306
Merge jbruehe@bk-internal.mysql.com:/home/bk/mysql-4.1
...
into mysql.com:/M41/mysql-4.1
2004-10-28 11:35:27 +02:00
joerg@mysql.com
3002070294
Merge mysql.com:/M41/mysql-4.1 into mysql.com:/M41/push-4.1
2004-10-28 11:32:19 +02:00
joreland@mysql.com
44745f45a5
Merge joreland@bk-internal.mysql.com:/home/bk/mysql-4.1
...
into mysql.com:/home/jonas/src/mysql-4.1
2004-10-28 11:03:23 +02:00
joreland@mysql.com
a206cb7574
Fix for aix4 which defines clock_gettime, but it only returns
...
ENOSYS
2004-10-28 10:50:39 +02:00
bar@mysql.com
2fc0d7e422
An extra "separator" class member was removed from Item_func_concat_ws.
...
args[0] is now used instead.
2004-10-28 11:43:31 +05:00
hf@deer.(none)
f4bc2e7f2d
Merge bk@192.168.21.1:/usr/home/bk/mysql-4.1
...
into deer.(none):/home/hf/work/mysql-4.1.6117
2004-10-28 11:38:59 +05:00
konstantin@mysql.com
891a8f5785
Making the latest fix for Bug#6166 (key.test) work in prepared statements.
2004-10-28 02:54:32 +04:00
bell@sanja.is.com.ua
75f7235e8d
Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-4.1
...
into sanja.is.com.ua:/home/bell/mysql/bk/work-ps-4.1
2004-10-27 23:31:24 +03:00
lenz@mysql.com
158455bd8e
Merge lgrimmer@bk-internal.mysql.com:/home/bk/mysql-4.0
...
into mysql.com:/space/my/mysql-4.0
2004-10-27 22:18:42 +02:00
joerg@mysql.com
5163c03bad
Fix for bug#5385 ("Text files have unix line break"):
...
Windows style line end \r\n on README, license, and similar essential plaintext files.
2004-10-27 21:59:34 +02:00
lenz@mysql.com
6b720d93be
- Applied some Windows portability fixes for myisampack.c and sql_handler.cc
...
(backports from fixes made in 4.1)
2004-10-27 21:51:27 +02:00
konstantin@mysql.com
f96d99eba1
A fix and test case for Bug#6096 "field.max_length is always zero for
...
numeric columns (stmt_resultset_metadata)"
2004-10-27 23:46:22 +04:00
monty@mysql.com
5b29f59aa8
Fixed access to freed memory
2004-10-27 21:56:17 +03:00
paul@kite-hub.kitebird.com
8e53b2d602
texi2html:
...
Updated version of texi2html so that 4.0.22 HTML manual doesn't turn out all goofy.
2004-10-27 13:44:31 -05:00
bell@sanja.is.com.ua
9aa2d5f750
Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-4.1
...
into sanja.is.com.ua:/home/bell/mysql/bk/work-ps-4.1
2004-10-27 21:17:31 +03:00
bell@sanja.is.com.ua
3ae044c24f
removed incorrect error message about aggregate functions
...
improved mechanisn of detection posibility to be NULL for single row queries
switched off substitution optimisation for single row subqueries in PS due to problem in resolving substituted expressions
(changes to make subselects test working with PS protocol)
2004-10-27 21:11:06 +03:00
joerg@mysql.com
4437787b78
Merge jbruehe@bk-internal.mysql.com:/home/bk/mysql-4.0
...
into mysql.com:/M40/mysql-4.0
2004-10-27 19:40:22 +02: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
monty@mysql.com
3493f54a5e
Merge with 4.0
2004-10-27 19:52:41 +03:00
monty@mysql.com
d5691702d7
Fix when compiling without InnoDB
2004-10-27 18:57:49 +03:00
joerg@mysql.com
cee5d36be8
Change 'Build-tools/mysql-copyright' to ensure the receiving machines will build
...
without trying to re-run autotools.
(Backport from 4.1.7 for 4.0.22)
2004-10-27 17:54:10 +02:00
marko@hundin.mysql.fi
b5f49a3abd
Backport innodb_max_purge_lag from 4.1
2004-10-27 13:33:11 +03: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