An error occurred fetching the project authors.
- 04 Feb, 2005 1 commit
-
-
sergefp@mysql.com authored
by item->val_str() may be a substring of the passed string. Disallow string=its_substring assignment in String::operator=().
-
- 28 Nov, 2004 1 commit
-
-
serg@serg.mylan authored
fixed a bug that it discovered
-
- 12 Nov, 2004 1 commit
-
-
sql_string.h: simple string method to drop last character of a string (also decrements str_length)
-
- 29 Oct, 2004 1 commit
-
-
bar@mysql.com authored
"uint *errors" is now a non-optional parameter in String:copy() and copy_and_convert().
-
- 28 Oct, 2004 1 commit
-
-
bar@mysql.com authored
into the column character set on INSERT/UPDATE.
-
- 22 Oct, 2004 1 commit
-
-
monty@mysql.com authored
Fixed checking of privilege handling in CREATE ... SELECT (Bug #6094)
-
- 19 Aug, 2004 1 commit
-
-
serg@serg.mylan authored
-
- 12 Aug, 2004 1 commit
-
-
ram@gw.mysql.r18.ru authored
-
- 25 May, 2004 2 commits
-
-
bar@bar.intranet.mysql.r18.ru authored
Not used code. , sql_string.cc: Not used code.
-
bar@bar.intranet.mysql.r18.ru authored
2. One now must pass length argument into append(const char *str, uint length), length is not calculated internally anymore.
-
- 24 May, 2004 1 commit
-
-
konstantin@mysql.com authored
after Monty's review. - Item_param was rewritten. - it turns out that we can't convert string data to character set of connection on the fly, because they first should be written to the binary log. To support efficient conversion we need to rewrite prepared statements binlogging code first.
-
- 29 Mar, 2004 1 commit
-
-
pem@mysql.comhem.se authored
Added new test cases for this, and adjusted old tests accordingly, and new error codes and messages. Fixed bugs in some tests (bug2673 and use test). Added debug printing of instructions in SPs.
-
- 05 Mar, 2004 1 commit
-
-
monty@mysql.com authored
-
- 04 Mar, 2004 1 commit
-
-
monty@mashka.mysql.fi authored
-
- 16 Feb, 2004 1 commit
-
-
monty@mysql.com authored
Added more DBUG statements Ensure that we are comparing end space with BINARY strings Use 'any_db' instead of '' to mean any database. (For HANDLER command) Only strip ' ' when comparing CHAR, not other space-like characters (like \t)
-
- 09 Feb, 2004 1 commit
-
-
monty@mysql.com authored
Fixed output from mysqlbinlog when using --skip-comments Fixed warnings from valgrind Fixed ref_length when used with HEAP tables More efficent need_conversion() Fixed error handling in UPDATE with not updateable tables Fixed bug in null handling in CAST to signed/unsigned
-
- 21 Jan, 2004 1 commit
-
-
bar@bar.intranet.mysql.r18.ru authored
-
- 19 Jan, 2004 1 commit
-
-
bar@bar.intranet.mysql.r18.ru authored
-
- 03 Nov, 2003 1 commit
-
-
bell@sanja.is.com.ua authored
-
- 08 Jul, 2003 1 commit
-
-
gluh@gluh.mysql.r18.ru authored
-
- 04 Jun, 2003 1 commit
-
-
monty@narttu.mysql.fi authored
bmove_allign -> bmove_align Added OLAP function ROLLUP Split mysql_fix_privilege_tables to a script and a .sql data file Added new (MEMROOT*) functions to avoid calling current_thd() when creating some common objects. Added table_alias_charset, for easier --lower-case-table-name handling Better SQL_MODE handling (Setting complex options also sets sub options) New (faster) assembler string functions for x86
-
- 03 Jun, 2003 1 commit
-
-
bar@bar.mysql.r18.ru authored
Some default_charset_info were removed
-
- 21 May, 2003 1 commit
-
-
monty@mashka.mysql.fi authored
Added initialization of all important global variables
-
- 04 Apr, 2003 1 commit
-
-
venu@myvenu.com authored
-
- 18 Mar, 2003 1 commit
-
-
bar@bar.mysql.r18.ru authored
-
- 04 Mar, 2003 1 commit
-
-
bar@bar.mysql.r18.ru authored
into the only one sortcmp() with additional CHARSET_INFO *cmp_charset argument.
-
- 26 Feb, 2003 1 commit
-
-
bar@bar.mysql.r18.ru authored
Some reoganization Fixed that binary arguments do not affect result charset anymore For example, the second argument doesn't affect charset of result in LEFT(string,10) sql_string.h: Strings are binary by default now
-
- 21 Jan, 2003 1 commit
-
-
monty@mashka.mysql.fi authored
Some changes to the prepared statement protocol to make it easier to use and faster.
-
- 14 Jan, 2003 1 commit
-
-
monty@mashka.mysql.fi authored
(Note: test 'union' fails, but Sanja promised to fix this)
-
- 18 Dec, 2002 1 commit
-
-
hf@deer.mysql.r18.ru authored
-
- 11 Dec, 2002 1 commit
-
-
monty@mashka.mysql.fi authored
Class for sending data from server to client (Protocol) This handles both the old ( <= 4.0 ) protocol and then new binary protocol that is used for prepared statements.
-
- 25 Nov, 2002 1 commit
-
-
monty@mashka.mysql.fi authored
-
- 14 Nov, 2002 1 commit
-
-
bar@bar.mysql.r18.ru authored
-
- 11 Nov, 2002 1 commit
-
-
bar@bar.mysql.r18.ru authored
-
- 06 Nov, 2002 1 commit
-
-
bar@bar.mysql.r18.ru authored
-
- 30 Oct, 2002 1 commit
-
-
bar@bar.mysql.r18.ru authored
-
- 04 Jun, 2002 1 commit
-
-
monty@hundin.mysql.fi authored
Fixes after last merge from 4.0. (Code not yet complete, need anoter merge from 4.0)
-
- 20 May, 2002 1 commit
-
-
bar@gw.udmsearch.izhnet.ru authored
-
- 17 May, 2002 1 commit
-
-
bar@gw.udmsearch.izhnet.ru authored
SELECT func(charset2) FROM t ORDER BY 1 works in correct charset
-
- 20 Mar, 2002 1 commit
-
-
bar@gw.udmsearch.izhnet.ru authored
-