- 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)
-
- 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 9 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
-
monty@hundin.mysql.fi authored
-
monty@hundin.mysql.fi authored
Removed compiler warnings.
-
monty@hundin.mysql.fi authored
-
monty@hundin.mysql.fi authored
-
- 22 Aug, 2002 14 commits
-
-
monty@hundin.mysql.fi authored
-
monty@hundin.mysql.fi authored
Fix when using --localstatedir Cleaned up mysql.server
-
arjen@fred.bitbike.com authored
-
bell@sanja.is.com.ua authored
into sanja.is.com.ua:/home/bell/mysql/work-4.1
-
bell@sanja.is.com.ua authored
-
jani@rhols221.adsl.netsonic.fi authored
in shutdown operation.
-
monty@hundin.mysql.fi authored
-
monty@hundin.mysql.fi authored
-
monty@hundin.mysql.fi authored
Changed option variables to my_bool (to avoid bugs in my_getopt()) Added new thread specific mutex LOCK_delete to be able to free LOCK_thread_count early. Changed usage of LOCK_thread_count -> LOCK_status for statistics variables
-
bar@bar.mysql.r18.ru authored
into bar.mysql.r18.ru:/usr/home/bar/mysql-4.1.dyn
-
bar@bar.mysql.r18.ru authored
New class Item_func_set_collation() Fixed that "SELECT CONVERT(expr USING charset) GROUP BY 1" was not working New COLLATION syntax: <expr> COLLATE latin1
-
heikki@hundin.mysql.fi authored
The lexer of InnoDB to 8-bit, it was 7-bit which made it crash on table names containing char codes > 127 pars0lex.l, pars0grm.y: Add InnoDB internal SQL interpreter grammar and lexer sources
-
heikki@hundin.mysql.fi authored
Remove a spurious deadlock when >= 2 insert transactions have to wait because there is a next-key lock set
-
ram@ram.(none) authored
-