- 02 Oct, 2002 1 commit
-
-
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
-
- 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 13 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
-