An error occurred fetching the project authors.
- 09 Mar, 2005 1 commit
-
-
acurtis@pcgem.rdg.cyberkinetica.com authored
-
- 05 Mar, 2005 1 commit
-
-
gluh@gluh.mysql.r18.ru authored
-
- 04 Mar, 2005 1 commit
-
-
acurtis@pcgem.rdg.cyberkinetica.com authored
Crashes with stored procedure return non-string values Also fixes Bug#2773
-
- 03 Mar, 2005 1 commit
-
-
gluh@gluh.mysql.r18.ru authored
-
- 23 Feb, 2005 1 commit
-
-
gluh@gluh.mysql.r18.ru authored
bug #7215: information_schema: columns are longtext instead of varchar
-
- 22 Feb, 2005 1 commit
-
-
gluh@gluh.mysql.r18.ru authored
-
- 18 Feb, 2005 1 commit
-
-
jimw@mysql.com authored
in the grant tables case-insensitive and updating test results.
-
- 16 Feb, 2005 1 commit
-
-
gluh@gluh.mysql.r18.ru authored
-
- 08 Feb, 2005 1 commit
-
-
pem@mysql.comhem.se authored
Collect all tables and SPs refered by a statement, and open all tables with an implicit LOCK TABLES. Do find things refered by triggers and views, we open them first (and then repeat this until nothing new is found), before doing the actual lock tables.
-
- 27 Jan, 2005 1 commit
-
-
gluh@gluh.mysql.r18.ru authored
-
- 24 Jan, 2005 1 commit
-
-
gluh@gluh.mysql.r18.ru authored
- Do not allow a column list as part of SHOW WITH WHERE task. - The WHERE clause must accept field names which are valid in SHOW, not INFORMATION_SCHEMA names.
-
- 18 Jan, 2005 1 commit
-
-
gluh@gluh.mysql.r18.ru authored
-
- 14 Jan, 2005 1 commit
-
-
jimw@mysql.com authored
engine, except when running with sql_mode & MYSQL323. (Bug #6659)
-
- 30 Dec, 2004 1 commit
-
-
gluh@gluh.mysql.r18.ru authored
added syntax: 'show variables where', 'show status where', 'show open tables where'
-
- 29 Dec, 2004 1 commit
-
-
dlenev@brandersnatch.localdomain authored
Updated test results after adding max_user_connections column to mysql.user table.
-
- 24 Dec, 2004 1 commit
-
-
gluh@gluh.mysql.r18.ru authored
-
- 23 Dec, 2004 2 commits
-
-
acurtis@pcgem.rdg.cyberkinetica.com authored
Implement fine-grained control over access to stored procedures Privileges are cached (same way as existing table/column privs)
-
gluh@gluh.mysql.r18.ru authored
changed field names in 'collations' table(discussed with PGulutzan)
-
- 18 Dec, 2004 3 commits
-
-
gluh@gluh.mysql.r18.ru authored
-
gluh@gluh.mysql.r18.ru authored
-
monty@mysql.com authored
Add support for VARCHAR with 1 or 2 length bytes Enable VARCHAR packing in MyISAM files (previous patch didn't pack data properly) Give error if we got problems in temporary tables during a SELECT Don't use new table generated by ALTER TABLE if index generation fails Fixed wrong call by range_end() (Could cause an ASSERT in debug mode)
-
- 16 Dec, 2004 2 commits
-
-
gluh@gluh.mysql.r18.ru authored
-
gluh@gluh.mysql.r18.ru authored
-
- 14 Dec, 2004 4 commits
-
-
gluh@gluh.mysql.r18.ru authored
-
gluh@gluh.mysql.r18.ru authored
-
gluh@gluh.mysql.r18.ru authored
-
gluh@gluh.mysql.r18.ru authored
-
- 10 Dec, 2004 1 commit
-
-
gluh@gluh.mysql.r18.ru authored
mysqldump skips information_schema db 'use' now can use information_schema db changed value of column 'Null' to 'NO' if column is not nullable
-
- 07 Dec, 2004 1 commit
-
-
monty@mysql.com authored
Fixed compiler warnings String results in CREATE ... SELECT are now created as CHAR(0), VARCHAR(X) or TEXT() depending on item->max_length
-
- 26 Nov, 2004 1 commit
-
-
gluh@gluh.mysql.r18.ru authored
Fix for bug#6756: Crash if SHOW INDEX
-
- 24 Nov, 2004 1 commit
-
-
gluh@gluh.mysql.r18.ru authored
'information_schema' test is splitted because of innodb
-
- 23 Nov, 2004 1 commit
-
-
gluh@gluh.mysql.r18.ru authored
Fixed bug 'using of alias with information schema tables in views' removed compiler warnings
-
- 19 Nov, 2004 1 commit
-
-
gluh@gluh.mysql.r18.ru authored
fixed bug: "create view v7 as select * from information_schema.tables;" failed
-
- 18 Nov, 2004 1 commit
-
-
gluh@gluh.mysql.r18.ru authored
fix for 'show create schema_table' fix for usage schema tables in subselect 'wrong schema table charset' fix
-
- 17 Nov, 2004 1 commit
-
-
gluh@gluh.mysql.r18.ru authored
code cleanup
-
- 15 Nov, 2004 2 commits
-
-
gluh@gluh.mysql.r18.ru authored
-
gluh@gluh.mysql.r18.ru authored
-
- 13 Nov, 2004 1 commit
-
-
gluh@gluh.mysql.r18.ru authored
WL#173: Create Data Dictionary Tables for SHOW Commands
-