- 22 Feb, 2005 1 commit
-
-
gluh@gluh.mysql.r18.ru authored
-
- 08 Feb, 2005 3 commits
-
-
hf@deer.(none) authored
-
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.
-
marko@hundin.mysql.fi authored
Row_format=Redundant
-
- 03 Feb, 2005 1 commit
-
-
monty@mysql.com authored
-
- 28 Jan, 2005 1 commit
-
-
gluh@gluh.mysql.r18.ru authored
table_list->schema_table_name may be 0 in this case and 'strcasecmp' is not necessary in this case.
-
- 27 Jan, 2005 2 commits
-
-
gluh@gluh.mysql.r18.ru authored
-
gluh@gluh.mysql.r18.ru authored
ChangeSet 1.1803 05/01/24 Additional fix for WL#1629: SHOW with WHERE(discussed with PeterG)
-
- 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.
-
- 21 Jan, 2005 3 commits
-
-
timour@mysql.com authored
-
bar@mysql.com authored
#7943: Wrong prefix lengths reported on UTF-8 columns after merge fix.
-
bar@mysql.com authored
SHOW KEYS FROM t1 now displays number of characters in Sub_part, not number of bytes, to be compatible with SHOW CREATE TABLE.
-
- 19 Jan, 2005 1 commit
-
-
timour@mysql.com authored
This patch collects all previous patches into one. The main problem was due to that there is are two variables - dflt_key_cache and sql_key_cache with have more or less duplicate function. The reson for the bug was that the default value in the key cache hash was set to dflt_key_cache, then sql_key_cache was set to a new key cache object, and then dflt_key_cache was set to sql_key_cache which was different from the dflt_key_cache_var. After sending SIGHUP, the server was using the original default value for the key cache hash, which was different from the actual key cache object used for the default key cache.
-
- 18 Jan, 2005 2 commits
-
-
gluh@gluh.mysql.r18.ru authored
-
gluh@gluh.mysql.r18.ru authored
-
- 12 Jan, 2005 1 commit
-
-
monty@mysql.com authored
-
- 10 Jan, 2005 1 commit
-
-
serg@serg.mylan authored
-
- 08 Jan, 2005 2 commits
-
-
jimw@mysql.com authored
syntax. (Bug #7233)
-
jimw@mysql.com authored
tables that support multiple index types. (Bug #7235)
-
- 06 Jan, 2005 1 commit
-
-
monty@mysql.com authored
Split TABLE to TABLE and TABLE_SHARE (TABLE_SHARE is still allocated as part of table, will be fixed soon) Created Field::make_field() and made Field_num::make_field() to call this Added 'TABLE_SHARE->db' that points to database name; Changed all usage of table_cache_key as database name to use this instead Changed field->table_name to point to pointer to alias. This allows us to change alias for a table by just updating one pointer. Renamed TABLE_SHARE->real_name to table_name Renamed TABLE->table_name to alias Renamed TABLE_LIST->real_name to table_name
-
- 30 Dec, 2004 1 commit
-
-
gluh@gluh.mysql.r18.ru authored
added syntax: 'show variables where', 'show status where', 'show open tables where'
-
- 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 2 commits
-
-
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 5 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
-
gluh@gluh.mysql.r18.ru authored
-
- 12 Dec, 2004 1 commit
-
-
monty@mysql.com authored
Added comments (from code review on pull)
-
- 10 Dec, 2004 2 commits
-
-
gluh@gluh.mysql.r18.ru authored
-
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
-
- 09 Dec, 2004 1 commit
-
-
dlenev@brandersnatch.localdomain authored
tables requires privileges for them if some table or column level grants present" (with after-review fixes). We should set SELECT_ACL for implicitly opened tables in my_tz_check_n_skip_implicit_tables() to be able to bypass privilege checking in check_grant(). Also we should exclude those tables from privilege checking in multi-update.
-
- 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
-
- 06 Dec, 2004 1 commit
-
-
gluh@gluh.mysql.r18.ru authored
#6950 mysql-nt.exe error when click on sql or database on mysql control center
-
- 02 Dec, 2004 1 commit
-
-
bar@mysql.com authored
A test doesn't seem to be possible.
-