An error occurred fetching the project authors.
- 25 Sep, 2003 1 commit
-
-
bar@bar.mysql.r18.ru authored
- offset of substr begining - offset of substr end - number of characters (MB compatible)
-
- 19 Sep, 2003 2 commits
-
-
bar@bar.mysql.r18.ru authored
sequence boundaries in functions LIKE and LOCATE in the case of "binary" collation. Comparison was done like if the strings were just a binary strings without character set assumption.
-
hf@deer.(none) authored
embedded library hash_insert renamed to my_hash_insert to avoid name intersection with another libraries is there better idea?
-
- 02 Sep, 2003 1 commit
-
-
bell@sanja.is.com.ua authored
-
- 27 Aug, 2003 1 commit
-
-
monty@narttu.mysql.fi authored
Fixed unlikely stack bug when having a BIG expression of type 1+1-1+1-1... in certain combinations. Bug #871
-
- 26 Aug, 2003 1 commit
-
-
monty@narttu.mysql.fi authored
Added TCP/IP read/write timeout for windows Check on windows if second server is started with same TCP/IP port
-
- 21 Aug, 2003 1 commit
-
-
serg@serg.mylan authored
moved them all from different places to item_strfunc.{h,cc} checksum table command Com_xxx status variables updated
-
- 07 Aug, 2003 1 commit
-
-
monty@mashka.mysql.fi authored
-
- 05 Aug, 2003 3 commits
-
-
bar@bar.mysql.r18.ru authored
-
bar@bar.mysql.r18.ru authored
CREATE TABLE t1 (s1 CHAR(5) COLLATE latin1_german2_ci); INSERT INTO t1 VALUES ('Ü'); SELECT FIELD('ue',s1) FROM t1; The above returned 0 in error. Now 1 is returned.
-
bar@bar.mysql.r18.ru authored
produced an error. This led to server crash in some cases, e.g.: create table t7 (s1 char); select * from t7 where concat(s1 collate latin1_general_ci,s1 collate latin1_swedish_ci) = 'AA';
-
- 20 Jul, 2003 1 commit
-
-
serg@serg.mylan authored
-
- 17 Jul, 2003 1 commit
-
-
bar@bar.mysql.r18.ru authored
This allowed to reuse a lot of code.
-
- 15 Jul, 2003 1 commit
-
-
bar@bar.mysql.r18.ru authored
It's now passed as args[0]. This fix allowed to resuse a lot of code.
-
- 14 Jul, 2003 1 commit
-
-
monty@mashka.mysql.fi authored
Changed is_open() to work as before. Added back inited argument to LOG
-
- 11 Jul, 2003 1 commit
-
-
guilhem@mysql.com authored
a safer way of initing the mutexes in MYSQL_LOG. is_open() is now always thread-safe. See each file for details.
-
- 06 Jul, 2003 1 commit
-
-
monty@mashka.mysql.fi authored
Added framework to create/drop and manager buffers for multiple key caches
-
- 04 Jul, 2003 3 commits
-
-
bar@bar.mysql.r18.ru authored
-
bar@bar.mysql.r18.ru authored
-
bar@bar.mysql.r18.ru authored
Item_func::agg_arg_collations() Item_func::arr_arg_collations_for_comparison() to aggregate argument collations. It helps to reuse a lot of code.
-
- 03 Jul, 2003 1 commit
-
-
bar@bar.mysql.r18.ru authored
-
- 02 Jul, 2003 2 commits
-
-
bar@bar.mysql.r18.ru authored
-
bell@sanja.is.com.ua authored
fixed dependence of items from reduced subquery (SCRUM)
-
- 01 Jul, 2003 1 commit
-
-
bell@sanja.is.com.ua authored
removed outer resolving flag (because of movingtransformation after fix_fields)
-
- 26 Jun, 2003 3 commits
-
-
bar@bar.mysql.r18.ru authored
REPLACE() now processed arguments collations according to standard
-
monty@mashka.mysql.fi authored
-
vva@eagle.mysql.r18.ru authored
-
- 25 Jun, 2003 2 commits
-
-
bar@bar.mysql.r18.ru authored
My stupid typo fix
-
bar@bar.mysql.r18.ru authored
now process arguments according to standard SQL collation determation rules.
-
- 24 Jun, 2003 2 commits
-
-
bar@bar.mysql.r18.ru authored
CONCAT() and other string functions. This allows to reuse a lot if code and to simplify further development.
-
bar@bar.mysql.r18.ru authored
It's a combination of collation and its derivation (precedence order)
-
- 16 Jun, 2003 1 commit
-
-
serg@serg.mylan authored
-
- 30 May, 2003 1 commit
-
-
ram@mysql.r18.ru authored
-
- 21 May, 2003 1 commit
-
-
monty@mashka.mysql.fi authored
Added initialization of all important global variables
-
- 20 May, 2003 1 commit
-
-
bar@bar.mysql.r18.ru authored
-
- 04 May, 2003 1 commit
-
-
serg@serg.mylan authored
-
- 22 Apr, 2003 1 commit
-
-
vva@eagle.mysql.r18.ru authored
-
- 10 Apr, 2003 1 commit
-
-
vva@eagle.mysql.r18.ru authored
-
- 24 Mar, 2003 1 commit
-
-
Sinisa@sinisa.nasamreza.org authored
code cleanup
-
- 21 Mar, 2003 1 commit
-
-
bar@bar.mysql.r18.ru authored
-