- 19 Mar, 2004 1 commit
-
-
pem@mysql.comhem.se authored
Phase 3: Made qualified names work for functions as well.
-
- 18 Mar, 2004 1 commit
-
-
pem@mysql.com authored
-
- 17 Mar, 2004 2 commits
-
-
pem@mysql.com authored
into mysql.com:/home/pem/work/mysql-5.0-merge
-
pem@mysql.comhem.se authored
Had to initialize some fields in lex before parsing an SP read from mysql.proc.
-
- 15 Mar, 2004 1 commit
-
-
sergefp@mysql.com authored
-
- 11 Mar, 2004 1 commit
-
-
pem@mysql.comhem.se authored
Phase 2: Make SPs belong to a DB, and use qualified names. As a side effect, using USE in an SP is no longer allowed. (It just doesn't work otherwise.)
-
- 02 Mar, 2004 2 commits
-
-
pem@mysql.com authored
into mysql.com:/home/pem/work/mysql-5.0
-
pem@mysql.comhem.se authored
SQL SECURITY DEFINER must enforce reduced rights too, not just additional rights.
-
- 01 Mar, 2004 1 commit
-
-
dlenev@brandersnatch.localdomain authored
without proper locking.
-
- 17 Feb, 2004 2 commits
-
-
pem@mysql.comhem.se authored
Phase 1: Introduced sp_name class, for qualified name support.
-
pem@mysql.com authored
into mysql.com:/home/pem/work/mysql-5.0
-
- 16 Feb, 2004 2 commits
-
-
pem@mysql.com authored
into mysql.com:/home/pem/work/mysql-5.0
-
lenz@mysql.com authored
into mysql.com:/space/my/mysql-5.0
-
- 13 Feb, 2004 7 commits
-
-
pem@mysql.comhem.se authored
-
pem@mysql.com authored
into mysql.com:/home/pem/work/mysql-5.0-merge
-
bar@bar.intranet.mysql.r18.ru authored
into bar.intranet.mysql.r18.ru:/usr/home/bar/mysql-4.1
-
hf@deer.(none) authored
-
bar@bar.intranet.mysql.r18.ru authored
-
hf@deer.(none) authored
into deer.(none):/home/hf/work/mysql-4.1.2211
-
hf@deer.(none) authored
previous one had error
-
- 12 Feb, 2004 10 commits
-
-
konstantin@mysql.com authored
-
vva@eagle.mysql.r18.ru authored
-
vva@eagle.mysql.r18.ru authored
into eagle.mysql.r18.ru:/home/vva/work/BUG_2593/mysql-4.1
-
vva@eagle.mysql.r18.ru authored
into eagle.mysql.r18.ru:/home/vva/work/BUG_2593/mysql-4.1
-
vva@eagle.mysql.r18.ru authored
-
pem@mysql.com authored
into mysql.com:/home/pem/work/mysql-5.0
-
hf@deer.(none) authored
into deer.(none):/home/hf/work/mysql-4.1.1438
-
hf@deer.(none) authored
-
acurtis@pcgem.rdg.cyberkinetica.com authored
"MySQL server does not detect if garbage chara at the end of query" Allow the parser to see the garbage characters. Garbage should cause the parser to report an error.
-
lenz@mysql.com authored
into mysql.com:/space/my/mysql-5.0
-
- 11 Feb, 2004 10 commits
-
-
pem@mysql.comhem.se authored
-
dlenev@mysql.com authored
into mysql.com:/home/dlenev/src/mysql-4.1-bg2248
-
bar@bar.intranet.mysql.r18.ru authored
into bar.intranet.mysql.r18.ru:/usr/home/bar/mysql-4.1
-
bar@bar.intranet.mysql.r18.ru authored
CONVERT3 was removed, it was for test purposes, and rather harmful.
-
hf@deer.(none) authored
into deer.(none):/home/hf/work/mysql-4.1.2208
-
hf@deer.(none) authored
Made code shorter and more correct
-
dlenev@mysql.com authored
-
guilhem@mysql.com authored
into mysql.com:/home/mysql_src/mysql-4.1
-
guilhem@gbichot2.local authored
"MySQL server does not detect if garbage chars at the end of query": Detect garbage chars at the end of the query or at the end of a query for a prepared statement (which happens if mysql_real_query() or mysql_prepare() were called with a too big 'length' parameter (bigger than the real intended length of the query: then we receive a query + garbage characters from the client). This resulted in garbage chars written into the binlog. Now instead the client receives something like: 'You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near '!stmt' at line 1' i.e. the server is pointing at the weird tail of the query (this '!stmt' are the garbage chars sent by the client). All tests pass, except mysqldump.test and ctype_utf8.test but they failed before the patch.
-
bar@bar.intranet.mysql.r18.ru authored
No needs to load charset index if the character set is build-in.
-