An error occurred fetching the project authors.
- 10 Aug, 2005 1 commit
-
-
bell@52.0.168.192.in-addr.arpa authored
-
- 23 Jun, 2005 1 commit
-
-
bell@sanja.is.com.ua authored
temporary tables of subquery in the from clause just skipped during processing QC tables (BUG#11522)
-
- 01 Apr, 2005 1 commit
-
-
jimw@mysql.com authored
in the query cache. (Bug #9549)
-
- 11 Feb, 2005 1 commit
-
-
bell@sanja.is.com.ua authored
-
- 24 Jan, 2005 1 commit
-
-
serg@serg.mylan authored
-
- 18 Jan, 2005 1 commit
-
-
jimw@mysql.com authored
response. (Bug #6511)
-
- 16 Dec, 2004 1 commit
-
-
konstantin@mysql.com authored
-
- 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.
-
- 27 Oct, 2004 1 commit
-
-
monty@mysql.com authored
-
- 25 Oct, 2004 1 commit
-
-
bar@mysql.com authored
-
- 22 Oct, 2004 1 commit
-
-
bell@sanja.is.com.ua authored
-
- 21 Oct, 2004 1 commit
-
-
bell@sanja.is.com.ua authored
-
- 05 Oct, 2004 1 commit
-
-
hf@deer.(none) authored
Recusive part leads to stack overflow
-
- 01 Oct, 2004 1 commit
-
-
hf@deer.(none) authored
here i deleted the recursion from the querycache's memory allocation
-
- 16 Sep, 2004 1 commit
-
-
bell@sanja.is.com.ua authored
-
- 10 Sep, 2004 1 commit
-
-
bell@sanja.is.com.ua authored
-
- 23 Jun, 2004 1 commit
-
-
serg@serg.mylan authored
more logical table/index_flags return HA_ERR_WRONG_COMMAND instead of abstract methods where appropriate max_keys and other limits renamed to max_supported_keys/etc max_keys/etc are now wrappers to max_supported_keys/etc ha_index_init/ha_rnd_init/ha_index_end/ha_rnd_end are now wrappers to real {index,rnd}_{init,end} to enforce strict pairing
-
- 18 Jun, 2004 1 commit
-
-
dlenev@brandersnatch.localdomain authored
Added basic per-thread time zone functionality (based on public domain elsie-code). Now user can select current time zone (from the list of time zones described in system tables). All NOW-like functions honor this time zone, values of TIMESTAMP type are interpreted as values in this time zone, so now our TIMESTAMP type behaves similar to Oracle's TIMESTAMP WITH LOCAL TIME ZONE (or proper PostgresSQL type). WL#1266 "CONVERT_TZ() - basic time with time zone conversion function". Fixed problems described in Bug #2336 (Different number of warnings when inserting bad datetime as string or as number). This required reworking of datetime realted warning hadling (they now generated at Field object level not in conversion functions). Optimization: Now Field class descendants use table->in_use member instead of current_thd macro.
-
- 22 May, 2004 1 commit
-
-
dlenev@brandersnatch.localdomain authored
names to lower case using latin1 instead of utf-8 in sql_acl.cc if lower_case_table_names was on. Also replaced in other such places system_charset_info with files_charset_info for consistency.
-
- 06 May, 2004 1 commit
-
-
pem@mysql.comhem.se authored
-
- 05 May, 2004 2 commits
-
-
bell@sanja.is.com.ua authored
SQL_SELECT_LIMIT as default will be applied only for SELECT statement if there was not explicit LIMIT clause correct table list passed to class constructor of select_update
-
bell@sanja.is.com.ua authored
-
- 07 Apr, 2004 1 commit
-
-
bell@sanja.is.com.ua authored
-
- 05 Apr, 2004 1 commit
-
-
monty@mysql.com authored
Fixed bugs in group_concat with ORDER BY and DISTINCT (Bugs #2695, #3381 and #3319) Fixed crash when doing rollback in slave and the io thread catched up with the sql thread Set locked_in_memory properly
-
- 04 Apr, 2004 1 commit
-
-
bell@sanja.is.com.ua authored
fixed error code in union test
-
- 30 Mar, 2004 2 commits
-
-
bell@sanja.is.com.ua authored
-
bell@sanja.is.com.ua authored
-
- 29 Mar, 2004 1 commit
-
-
monty@mysql.com authored
Fixes after last merge
-
- 22 Mar, 2004 1 commit
-
-
bell@sanja.is.com.ua authored
some db comparison code cleupup removed compiler warnings
-
- 21 Mar, 2004 1 commit
-
-
bell@sanja.is.com.ua authored
-
- 04 Mar, 2004 1 commit
-
-
bell@sanja.is.com.ua authored
fixed linking query_prealloc_size to query cache presence
-
- 20 Feb, 2004 1 commit
-
-
bell@sanja.is.com.ua authored
-
- 07 Jan, 2004 1 commit
-
-
hf@deer.(none) authored
WL#1246 (Query cache in embedded library) Some fixes after testing
-
- 19 Dec, 2003 1 commit
-
-
konstantin@oak.local authored
All tests pass (client_test included)
-
- 10 Dec, 2003 1 commit
-
-
monty@mysql.com authored
-
- 01 Dec, 2003 1 commit
-
-
hf@deer.(none) authored
WL#1246 (Query cache in embedded library)
-
- 20 Nov, 2003 1 commit
-
-
bell@sanja.is.com.ua authored
-
- 07 Nov, 2003 1 commit
-
-
bell@sanja.is.com.ua authored
-
- 07 Oct, 2003 1 commit
-
-
heikki@hundin.mysql.fi authored
Multiple tablespaces for InnoDB sql_table.cc: Tell explicitly that InnoDB should retrieve all columns in CHECKSUM TABLE sql_update.cc, sql_select.cc, my_base.h: More descriptive flag name HA_EXTRA_RETRIEVE_ALL_COLS
-
- 03 Oct, 2003 1 commit
-
-
bar@bar.mysql.r18.ru authored
Query cache now takes in account character_set_results and collation_connection
-