- 02 Oct, 2002 2 commits
-
-
monty@mashka.mysql.fi authored
-
monty@mashka.mysql.fi authored
Warning handling and initial prepared statement handling (last not complete yet) Changed a lot of functions that returned 0/1 to my_bool type. GRANT handling now uses read/write locks instead of mutex Change basic net functions to use THD instead of NET (needed for 4.1 protocol) Use my_sprintf instead of sprintf() + strlen() Added alloc_query() to be able to chare query initialization code with prepared statements. Cleanup handling of SHOW COUNT(*) WARNINGS and SELECT LAST_INSERT_ID() Note that the following test fails (will be fixed ASAP): sub_select, union, rpl_rotate_logs and rpl_mystery22
-
- 01 Oct, 2002 2 commits
-
-
bar@bar.mysql.r18.ru authored
as expected and returned default charset instead: SET @x = _koi8_ru'test'; SELECT CHARSET(@x);
-
bar@bar.mysql.r18.ru authored
-
- 27 Sep, 2002 2 commits
-
-
bar@bar.mysql.r18.ru authored
-
bell@sanja.is.com.ua authored
-
- 13 Sep, 2002 2 commits
-
-
bar@bar.mysql.r18.ru authored
-
bar@bar.mysql.r18.ru authored
SELECT * FROM t WHERE (c COLLATE latin1) >'a' might fail in some cases
-
- 12 Sep, 2002 1 commit
-
-
bar@bar.mysql.r18.ru authored
Some optimization to reduce rules number in sql_yacc.yy
-
- 06 Sep, 2002 1 commit
-
-
bar@bar.mysql.r18.ru authored
-
- 05 Sep, 2002 5 commits
-
-
bar@bar.mysql.r18.ru authored
into bar.mysql.r18.ru:/usr/home/bar/mysql-4.1.orig
-
bar@bar.mysql.r18.ru authored
into bar.mysql.r18.ru:/usr/home/bar/mysql-4.1.constraint
-
bar@bar.mysql.r18.ru authored
0 was dispayed before, this looked confusing.
-
bar@bar.mysql.r18.ru authored
-
bar@bar.mysql.r18.ru authored
-
- 04 Sep, 2002 1 commit
-
-
bell@sanja.is.com.ua authored
-
- 30 Aug, 2002 1 commit
-
-
monty@narttu.mysql.fi authored
Some simple optimzations, more comments and indentation changes. Add ` around database in 'use database' in binary log. Moved max_error_count and max_warning_count to variables struct. Removed SHOW_WARNS_COUNT and SHOW_ERRORS_COUNT calls. Changed string functions to use character set of first string argument as default return characterset (Each string function can change the above assumption if needed)
-
- 28 Aug, 2002 2 commits
-
-
Sinisa@sinisa.nasamreza.org authored
into sinisa.nasamreza.org:/mnt/work/mysql-4.1
-
Sinisa@sinisa.nasamreza.org authored
I know I should have waited for Monty's merge ...
-
- 27 Aug, 2002 2 commits
-
-
Sinisa@sinisa.nasamreza.org authored
into sinisa.nasamreza.org:/mnt/work/mysql-4.0
-
Sinisa@sinisa.nasamreza.org authored
-
- 26 Aug, 2002 6 commits
-
-
arjen@george.bitbike.com authored
B-Tree explanation fix (from Peter Zaitsev).
-
paul@teton.kitebird.com authored
into teton.kitebird.com:/home/paul/mysql-4.0
-
paul@teton.kitebird.com authored
-
bar@bar.mysql.r18.ru authored
SELECT k FROM t1 GROUP BY k COLLATE latin1 ORDER BY k COLLATE latin1_de
-
monty@hundin.mysql.fi authored
-
monty@hundin.mysql.fi authored
Fixed hangup problem in net_clear() on HPUX and Windows.
-
- 25 Aug, 2002 2 commits
-
-
monty@mashka.mysql.fi authored
-
paul@teton.kitebird.com authored
-
- 24 Aug, 2002 6 commits
-
-
monty@hundin.mysql.fi authored
-
monty@mashka.mysql.fi authored
-
Sinisa@sinisa.nasamreza.org authored
that will take place properly after pull from 4.0, in order to handle conversions from quoted constants to bigint's.
-
heikki@hundin.mysql.fi authored
Fix a spurious deadlock introduced in the previous fix when next-key locks are requested for a page supremum record
-
monty@mashka.mysql.fi authored
-
monty@mashka.mysql.fi authored
Fixed hang in start_slave_threads() when thread dies quickly.
-
- 23 Aug, 2002 5 commits
-
-
monty@mashka.mysql.fi authored
-
monty@mashka.mysql.fi authored
all free_defaults() on exit in mysql.cc; Should fix problem with SSL
-
heikki@hundin.mysql.fi authored
Port alloca and Windows fix from 3.23
-
heikki@hundin.mysql.fi authored
Eliminate a spurious deadlock when an insert waits for an update and a second update comes to wait after the insert
-
monty@mashka.mysql.fi authored
-