- 15 Sep, 2003 4 commits
-
-
guilhem@gbichot2 authored
-
guilhem@mysql.com authored
into mysql.com:/home/mysql_src/mysql-4.1
-
bar@bar.mysql.r18.ru authored
I forgot to push it in the previous changeset.
-
bar@bar.mysql.r18.ru authored
CREATE TABLE t1(a NVARCHAR(10)) This is for compatibility with MSSQL, DB2, Informix and some other DBMSs. Note, standard SQL doesn't have "NVARCHAR" syntax. There are only these syntaxes in SQL2003: NATIONAL VARCHAR NCHAR VARCHAR NATIONAL CHARACTER VARYING NCHAR VARYING - Tests were added for all the above syntaxes.
-
- 14 Sep, 2003 3 commits
-
-
dlenev@mysql.com authored
into mysql.com:/home/dlenev/src/mysql-4.1-868
-
dlenev@dlenev.mshome authored
to SHOW SLAVE STATUS.
-
bell@sanja.is.com.ua authored
-
- 13 Sep, 2003 7 commits
-
-
dlenev@mysql.com authored
-
dlenev@dlenev.mshome authored
-
Sinisa@sinisa.nasamreza.org authored
into sinisa.nasamreza.org:/mnt/work/mysql-4.1
-
Sinisa@sinisa.nasamreza.org authored
-
serg@serg.mylan authored
bad merge fixed
-
serg@serg.mylan authored
bug#1269
-
bell@sanja.is.com.ua authored
-
- 12 Sep, 2003 6 commits
-
-
bell@sanja.is.com.ua authored
-
Sinisa@sinisa.nasamreza.org authored
into sinisa.nasamreza.org:/mnt/work/mysql-4.1
-
Sinisa@sinisa.nasamreza.org authored
Parse error caused global ORDER BY to be initialized although it should not have been.
-
hf@deer.(none) authored
-
monty@mashka.mysql.fi authored
Optimize calls to current_thd
-
monty@mashka.mysql.fi authored
Remove sel000xxxx tests After merge fixes
-
- 11 Sep, 2003 8 commits
-
-
guilhem@mysql.com authored
into mysql.com:/home/mysql_src/mysql-4.1
-
monty@mashka.mysql.fi authored
-
monty@mashka.mysql.fi authored
-
monty@mashka.mysql.fi authored
Note that mix_innodb_myisam_binlog and union fails after this patch (Will be fixed shortly by maintaners of this code)
-
ram@mysql.r18.ru authored
-
hf@deer.(none) authored
embedded&client library some fixes: zero at the end of the data added mysql_list_fields became 'virtual'
-
monty@mashka.mysql.fi authored
into mashka.mysql.fi:/home/my/mysql-4.0
-
monty@mashka.mysql.fi authored
-
- 10 Sep, 2003 12 commits
-
-
lenz@mysql.com authored
use the local machine's IP address instead of the host name when building the initial grant tables if "skip-name-resolve" has been specified in my.cnf. This can be helpful on FreeBSD to avoid thread-safety problems with the FreeBSD resolver libraries. (Thanks to Jeremy Zawodny for the patch)
-
guilhem@mysql.com authored
into mysql.com:/home/mysql_src/mysql-4.1
-
lenz@mysql.com authored
- tagged ChangeSet 1.1556 as mysql-4.0.15
-
bar@bar.mysql.r18.ru authored
into bar.mysql.r18.ru:/usr/home/bar/mysql-4.1
-
bar@bar.mysql.r18.ru authored
This is to simplify fixing indexes to mean number of chars rather than bytes too.
-
hf@deer.(none) authored
into deer.(none):/home/hf/work/mysql-4.1.2way
-
hf@deer.(none) authored
Minor fixes
-
bell@sanja.is.com.ua authored
into sanja.is.com.ua:/home/bell/mysql/bk/mysql-4.1
-
hf@deer.(none) authored
into deer.(none):/home/hf/work/mysql-4.1.2way
-
hf@deer.(none) authored
mysql_fetch_length fixed for embedded library. Now data length is stored before the data. Pointers in row still points to the data so you have to get *(uint*)(data_ptr - sizeof(uint)) to get data length
-
bell@sanja.is.com.ua authored
into sanja.is.com.ua:/home/bell/mysql/bk/work-in-4.1
-
ram@mysql.r18.ru authored
into mysql.r18.ru:/usr/home/ram/work/4.1
-