An error occurred fetching the project authors.
- 11 Nov, 2002 1 commit
-
-
bar@bar.mysql.r18.ru authored
Bug fix in ctype-utf8.c
-
- 30 Oct, 2002 1 commit
-
-
bar@bar.mysql.r18.ru authored
-
- 25 Oct, 2002 1 commit
-
-
bar@bar.mysql.r18.ru authored
-
- 17 Sep, 2002 1 commit
-
-
monty@mashka.mysql.fi authored
-
- 13 Sep, 2002 1 commit
-
-
bar@bar.mysql.r18.ru authored
SELECT * FROM t WHERE (c COLLATE latin1) >'a' might fail in some cases
-
- 26 Aug, 2002 1 commit
-
-
bar@bar.mysql.r18.ru authored
SELECT k FROM t1 GROUP BY k COLLATE latin1 ORDER BY k COLLATE latin1_de
-
- 24 Aug, 2002 1 commit
-
-
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.
-
- 22 Aug, 2002 1 commit
-
-
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
-
- 09 Aug, 2002 1 commit
-
-
ram@ram.(none) authored
-
- 08 Aug, 2002 3 commits
-
-
monty@hundin.mysql.fi authored
Make safe_mysqld a symlink to mysqld_safe in binary distribution Fixed problem with CTRL-C when using mysqld --bootstrap
-
ram@ram.(none) authored
-
monty@mashka.mysql.fi authored
Lots of code fixes to the replication code (especially the binary logging and index log file handling) Fixed bugs in my last changeset that made MySQL hard to compile. Added mutex around some data that could cause table cache corruptions when using OPTIMIZE TABLE / REPAIR TABLE or automatic repair of MyISAM tables. Added mutex around some data in the slave start/stop code that could cause THD linked list corruptions Extended my_chsize() to allow one to specify a filler character. Extend vio_blocking to return the old state (This made some usage of this function much simpler) Added testing for some functions that they caller have got the required mutexes before calling the function. Use setrlimit() to ensure that we can write core file if one specifies --core-file. Added --slave-compressed-protocol Made 2 the minimum length for ft_min_word_len Added variables foreign_key_checks & unique_checks. Less logging from replication code (if not started with --log-warnings) Changed that SHOW INNODB STATUS requre the SUPER privilege More DBUG statements and a lot of new code comments
-
- 24 Jul, 2002 1 commit
-
-
monty@mashka.mysql.fi authored
Fixed bugfix of INSERT ... SET db_name.table_name.column_name Changed locking to external-locking Fix client hangup for some invalid SQL queries.
-
- 20 Jul, 2002 1 commit
-
-
Sinisa@sinisa.nasamreza.org authored
-
- 01 Jul, 2002 1 commit
-
-
bell@sanja.is.com.ua authored
fixed bug in sum function in subselect
-
- 26 Jun, 2002 2 commits
-
-
bar@gw.udmsearch.izhnet.ru authored
CREATE TABLE a SELECT strfunc(non_default_charset_expr)
-
bar@gw.udmsearch.izhnet.ru authored
Fixed that MyISAM were not working properly with non-8bit charsets in some cases CONVERT() function now works properly
-
- 20 Jun, 2002 1 commit
-
-
bar@gw.udmsearch.izhnet.ru authored
-
- 11 Jun, 2002 1 commit
-
-
peter@linux.local authored
to Monty's code style and optimization comments
-
- 17 May, 2002 1 commit
-
-
bar@gw.udmsearch.izhnet.ru authored
SELECT func(charset2) FROM t ORDER BY 1 works in correct charset
-
- 12 May, 2002 1 commit
-
-
bell@sanja.is.com.ua authored
-
- 29 Mar, 2002 2 commits
-
-
bar@gw.udmsearch.izhnet.ru authored
where charset_to and charset_from are expressions. For example: CONVERT('test','latin2','cp1250')
-
bar@gw.udmsearch.izhnet.ru authored
-
- 22 Feb, 2002 1 commit
-
-
bar@gw.udmsearch.izhnet.ru authored
-
- 15 Jan, 2002 1 commit
-
-
monty@hundin.mysql.fi authored
Add ISAM to Windows version Fix of test results Fixes for NULL keys in HEAP tables.
-
- 29 Dec, 2001 1 commit
-
-
Sinisa@sinisa.nasamreza.org authored
creates proper column types, out of any function, expression or from other tables.
-
- 13 Dec, 2001 2 commits
-
-
monty@hundin.mysql.fi authored
New HEX() function. Final (?) cleanup of des_encrypt() / des_decrypt(). Added missing files to Makefiles.
-
monty@hundin.mysql.fi authored
Fixed bug in query cache. Cleaned up des_crypt code.
-
- 26 Nov, 2001 1 commit
-
-
tonu@volk.internalnet authored
-
- 09 Nov, 2001 1 commit
-
-
tonu@volk.internalnet authored
-
- 06 Nov, 2001 1 commit
-
-
tonu@volk.internalnet authored
-
- 25 Sep, 2001 1 commit
-
-
serg@serg.mysql.com authored
-
- 07 Nov, 2000 1 commit
-
-
sasha@mysql.sashanet.com authored
fixed coredump in concat_ws sql/item_strfunc.h fixed coredump in concat_ws sql/mini_client.cc added mc_mysql_error() sql/mini_client.h added mc_mysql_errno() sql/mysqlbinlog.cc fixed bug in --postion for local files sql/slave.cc more verbose message on bad net reads sql/sql_repl.cc send errno on error in mysql_binlog_send
-
- 31 Jul, 2000 1 commit
-
-
bk@work.mysql.com authored
-