- 19 Oct, 2004 1 commit
-
-
bar@mysql.com authored
contributed by Takeshi. I also added HEX support for "extended-inserts".
-
- 18 Oct, 2004 9 commits
-
-
bar@mysql.com authored
-
heikki@hundin.mysql.fi authored
If innodb_thread_concurrency would be exceeded, let a thread sleep 10 ms before entering the FIFO queue; previously, the value was 50 ms, which Peter Z considered too long
-
bar@mysql.com authored
new file
-
bar@mysql.com authored
-
ram@gw.mysql.r18.ru authored
into gw.mysql.r18.ru:/usr/home/ram/work/4.1.b6057
-
bar@mysql.com authored
Remove unnesessary code: use_mb is always TRUE for the multibyte charsets.
-
ram@gw.mysql.r18.ru authored
into gw.mysql.r18.ru:/usr/home/ram/work/4.1.b6057
-
ram@gw.mysql.r18.ru authored
-
dlenev@brandersnatch.localdomain authored
Now we use TABLE::timestamp_field_type instead of TABLE::timestamp_default_now/on_update_now for determining if we should auto-set value of TIMESTAMP field during this operation. We are also use Field_timestamp::set_time() instead of handler::update_timestamp().
-
- 16 Oct, 2004 1 commit
-
-
jan@hundin.mysql.fi authored
into hundin.mysql.fi:/home/jan/talle/mysql-4.1
-
- 15 Oct, 2004 7 commits
-
-
konstantin@mysql.com authored
-
paul@kite-hub.kitebird.com authored
Change @image argument parsing.
-
joerg@mysql.com authored
test for bug#1180 changed to table naming scheme 't#'.
-
joerg@mysql.com authored
-
jan@hundin.mysql.fi authored
was the query REPLACE or LOAD DATA INFILE REPLACE.
-
matt@mysql.com authored
Tagged ChangeSet 1.2091 as mysql-4.1.6 configure.in: Updated version string to 4.1.7
-
jan@hundin.mysql.fi authored
into hundin.mysql.fi:/home/jan/talle/mysql-4.1
-
- 14 Oct, 2004 17 commits
-
-
konstantin@mysql.com authored
let's not assume that char is signed (its signedness is not defined). The server was also affected by the wrong typedef.
-
konstantin@mysql.com authored
Fix for Bug#6025 "Test "client_test" fails in 4.1.6-gamma build (2)". No need for a test case, the bug is covered already.
-
konstantin@mysql.com authored
Fix a typo. Cleanup.
-
lenz@mysql.com authored
into mysql.com:/space/my/mysql-4.1
-
lenz@mysql.com authored
into mysql.com:/space/my/mysql-4.1-build
-
lenz@mysql.com authored
-
bell@sanja.is.com.ua authored
into sanja.is.com.ua:/home/bell/mysql/bk/work-4.1
-
lenz@mysql.com authored
into mysql.com:/space/my/mysql-4.1
-
lenz@mysql.com authored
mysqlclient.dsp project files
-
bell@sanja.is.com.ua authored
into sanja.is.com.ua:/home/bell/mysql/bk/work-4.1
-
jan@hundin.mysql.fi authored
X-locks on duplicates also on LOAD DATA...REPLACE clause and fixes a bug #6086 adding --disable_warnings and --enable_warnings around the create table clauses in ctype_utf8 tests for InnoDB.
-
bar@mysql.com authored
Wrong handler.
-
bar@mysql.com authored
-
joerg@mysql.com authored
-
bar@mysql.com authored
Bug#6086 "ctype_utf8" test fails when MySQL does not include InnoDB support
-
bell@sanja.is.com.ua authored
into sanja.is.com.ua:/home/bell/mysql/bk/work-4.1
-
bar@mysql.com authored
-
- 13 Oct, 2004 5 commits
-
-
konstantin@mysql.com authored
-
konstantin@mysql.com authored
into mysql.com:/media/sda1/mysql/mysql-4.1-5985
-
konstantin@mysql.com authored
crashes server." The fix makes Item_func_rand prepared-statements aware plus it fixes the case when RAND is used in prepared statements and replication is on (as well as several similar issues). Until now we did not reset THD before every execution of a prepared statement, so if some execution had set thd->time_zone_used or thd->rand_used they would not be reset until next mysql_parse. Some of post-review fixes done.
-
bell@sanja.is.com.ua authored
into sanja.is.com.ua:/home/bell/mysql/bk/work-4.1
-
heikki@hundin.mysql.fi authored
Implement innobase_very_fast_shutdown and innobase_start_trx_and_assign_read_view(); these were requested by Guilhem
-