- 19 Dec, 2003 1 commit
-
-
konstantin@oak.local authored
-
- 18 Dec, 2003 7 commits
-
-
pem@mysql.comhem.se authored
-
pem@mysql.com authored
-
pem@mysql.comhem.se authored
platforms.
-
hf@deer.(none) authored
into deer.(none):/home/hf/work/mysql-4.1.2126
-
hf@deer.(none) authored
additional changes (after discussion with Monty)
-
jani@rhols221.arenanet.fi authored
-
hf@deer.(none) authored
now mysql_server_init is called from mysql_init with fake parameters mysql_once_init code included to mysql_server_init. embedded-specific initialization is in init_embedded_server function
-
- 17 Dec, 2003 2 commits
-
-
New Statement: SHOW [STORAGE] ENGINES New System Variable: storage_engine New mysqld Argument: --default-storage-engine=
-
jani@linux.local authored
BUILD/compile-pentium-debug-max
-
- 16 Dec, 2003 11 commits
-
-
pem@mysql.comhem.se authored
all the other mysql.* tables.
-
pem@mysql.comhem.se authored
Multiple result sets from stored procedures now works with the mysql and mysqltest clients.
-
pem@mysql.com authored
-
jani@rhols221.adsl.netsonic.fi authored
into rhols221.adsl.netsonic.fi:/home/my/bk/mysql-4.1
-
jani@rhols221.adsl.netsonic.fi authored
-
ram@gw.mysql.r18.ru authored
note: bar asked me to use res.charset in ::sql_type() functions to be more consistent.
-
pem@mysql.comhem.se authored
Added missing cleanup in sp-security.test.
-
hf@deer.(none) authored
-
jani@rhols221.adsl.netsonic.fi authored
-
jani@rhols221.adsl.netsonic.fi authored
command delimiter to change the default delimiter (;) to something else, a string upto 16 characters is allowed. Separate the sub queries with ';' and end the whole statement with your own delimiter.
-
monty@mysql.com authored
-
- 15 Dec, 2003 6 commits
-
-
monty@mysql.com authored
into mysql.com:/my/mysql-4.1
-
monty@mysql.com authored
-
ram@gw.mysql.r18.ru authored
part one of the fix for the bug #2077: accented characters in enum/defaul values are reported incorrectly
-
monty@mysql.com authored
into mysql.com:/my/mysql-4.1
-
monty@mysql.com authored
Signed auto_increment keys for HASH tables (like for MyISAM tables in 4.0) nitialize system_charset_info() early. Fixes core dump when starting windows service
-
pem@mysql.comhem.se authored
-
- 13 Dec, 2003 5 commits
-
-
miguel@hegel.local authored
-
serg@serg.mylan authored
into serg.mylan:/usr/home/serg/Abk/mysql-4.1
-
serg@serg.mylan authored
-
pem@mysql.comhem.se authored
(Also put the hostpart back in the definer column.)
-
Sinisa@sinisa.nasamreza.org authored
Bug happens in INTERVAL function when number of compared arguments is 8 or more.
-
- 12 Dec, 2003 3 commits
-
-
serg@serg.mylan authored
into serg.mylan:/usr/home/serg/Abk/mysql-4.1
-
pem@mysql.comhem.se authored
-
pem@mysql.comhem.se authored
make characteristics (and SHOW) work right, we had to separate the old definition blob in the mysql.proc table into separate fields for parameters, return type, and body, and handle the characteristics (like SQL SECURITY) separately... and then reassemble the CREATE string for parsing, of course. This is rather ugly, mostly the parser bit. (Hopefully that will be better with the new parser.)
-
- 11 Dec, 2003 4 commits
-
-
-
pem@mysql.comhem.se authored
sql_mode is stored and used with SPs. sql_select_limit is always unlimited in SPs.
-
serg@serg.mylan authored
-
Allow numeric literals have a sign
-
- 10 Dec, 2003 1 commit
-
-
pem@mysql.comhem.se authored
Also made the parsing and handling of SP characteristics more general and extendable, and added a few ch:istics.
-