An error occurred fetching the project authors.
- 13 Aug, 2004 1 commit
-
-
bell@sanja.is.com.ua authored
-
- 10 Aug, 2004 1 commit
-
-
dlenev@brandersnatch.localdomain authored
Instead of trying to open time zone tables during calculation of CONVERT_TZ() function or setting of @@time_zone variable we should open and lock them with the rest of statement's table (so we should add them to global table list) and after that use such pre-opened tables for loading info about time zones.
-
- 21 Jul, 2004 1 commit
-
-
bell@sanja.is.com.ua authored
-
- 21 Jun, 2004 1 commit
-
-
bell@sanja.is.com.ua authored
-
- 09 Jun, 2004 1 commit
-
-
bell@sanja.is.com.ua authored
-
- 03 Jun, 2004 1 commit
-
-
guilhem@mysql.com authored
by binlogging some SET ONE_SHOT CHARACTER_SETetc, which will be enough until we have it more compact and more complete in 5.0. With the present patch, replication will work ok between 4.1.3 master and slaves, as long as: - master and slave have the same GLOBAL.COLLATION_SERVER - COLLATION_DATABASE and CHARACTER_SET_DATABASE are not used - application does not use the fact that table is created with charset of the USEd db (BUG#2326). all of which are not too hard to fulfill. ONE_SHOT is reserved for internal use of mysqlbinlog|mysql and works only for charsets, so we give error if used for non-charset vars. Fix for BUG#3875 "mysqlbinlog produces wrong ouput if query uses variables containing quotes" and BUG#3943 "Queries with non-ASCII literals are not replicated properly after SET NAMES". Detecting that master and slave have different global charsets or server ids.
-
- 24 May, 2004 1 commit
-
-
dlenev@brandersnatch.localdomain authored
The code in mysql_create_table() code assumes that if lower_case_names==2 then table alias should contain unchanged table name, and this was not true for temporary tables which had 'tmp-table' constant as alias. Now we are using table name as alias for such tables.
-
- 21 May, 2004 2 commits
-
-
vva@eagle.mysql.r18.ru authored
to make list of parameters in mysql_alter_table shorted to avoid warning in MSVC (windows) building
-
sergefp@mysql.com authored
-
- 19 May, 2004 1 commit
-
-
bell@sanja.is.com.ua authored
-
- 07 May, 2004 1 commit
-
-
bell@sanja.is.com.ua authored
-
- 06 May, 2004 4 commits
-
-
bell@sanja.is.com.ua authored
-
bell@sanja.is.com.ua authored
item_list for fake_select will be created only once (problem reported by valgrind in test_union2 fixed)
-
pem@mysql.comhem.se authored
-
bell@sanja.is.com.ua authored
EXPLAIN UNION using same routing which used for execution which allow return correct bug messages (Bug #3639) EXPLAIN of hidden SELECT of UNION
-
- 05 May, 2004 1 commit
-
-
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
-
- 07 Apr, 2004 1 commit
-
-
bell@sanja.is.com.ua authored
fixed IN subselect with basic constant left expression SQLCOM_CREATE_TABLE, SQLCOM_UPDATE_MULTI, SQLCOM_REPLACE_SELECT, SQLCOM_INSERT_SELECT, QLCOM_DELETE_MULTI fixed to be compatible with PS (BUG#3398, BUG#3406) fixed multiupdate privelege check (BUG#3408) fixed multiupdate tables check (BUG#3411) unchecked commands now is rejected by PS protocol to avoid serever crash fixed cleunup procedure to be compatible sith DO/SET (BUG#3393)
-
- 05 Apr, 2004 2 commits
-
-
sergefp@mysql.com authored
SQL Syntax for Prepared Statements (WL#1622) ps.test, ps.result: new file
-
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
-
- 02 Apr, 2004 1 commit
-
-
dlenev@jabberwock.localdomain authored
Final version of patch. Adds support for specifying of DEFAULT NOW() and/or ON UPDATE NOW() clauses for TIMESTAMP field definition. Current implementation allows only one such field per table and uses several unireg types for storing info about this properties of field. It should be replaced with better implementation when new .frm format is introduced.
-
- 30 Mar, 2004 1 commit
-
-
ingo@mysql.com authored
This is to enable table handlers to implement online create/drop index. It consists of some parts: - New default handler methods in handler.h - Split of mysql_alter_table. It decides if only one kind of alteration is to be done (e.g. only create indexes or only drop indexes etc.) It then calls the specialized new handler method if the handler implements it. Otherwise it calls real_alter_table. - The parser sets flags for each alter operation detected in a command. These are used by mysql_alter_table for the decision. - mysql_prepare_table is pulled out of mysql_create_table. This is also used by mysql_create_index to prepare the key structure array for the handler. It is also used by mysql_create_index and mysql_drop_index to prepare a call to mysql_create_frm. - mysql_create_frm is pulled out of rea_create_table for use by mysql_create_index and mysql_drop_index after the index is created/dropped. Thanks to Antony who supplied most of the changes.
-
- 23 Mar, 2004 1 commit
-
-
serg@serg.mylan authored
Bug#1428
-
- 02 Mar, 2004 1 commit
-
-
konstantin@oak.local authored
reviewed in Saint-Petersbourg (including post-review fixes).
-
- 12 Feb, 2004 1 commit
-
-
bell@sanja.is.com.ua authored
-
- 10 Feb, 2004 1 commit
-
-
bell@sanja.is.com.ua authored
-
- 08 Feb, 2004 1 commit
-
-
bell@sanja.is.com.ua authored
fixed UNION preparation
-
- 01 Feb, 2004 2 commits
-
-
bell@sanja.is.com.ua authored
(BUG#2120 sfter merge)
-
bell@sanja.is.com.ua authored
fixed BUG#2120 and other problem with EXPLAINing derived tables
-
- 28 Jan, 2004 1 commit
-
-
serg@serg.mylan authored
-
- 19 Dec, 2003 1 commit
-
-
konstantin@oak.local authored
All tests pass (client_test included)
-
- 17 Dec, 2003 1 commit
-
-
New Statement: SHOW [STORAGE] ENGINES New System Variable: storage_engine New mysqld Argument: --default-storage-engine=
-
- 10 Dec, 2003 1 commit
-
-
bell@sanja.is.com.ua authored
-
- 23 Nov, 2003 2 commits
-
-
bell@sanja.is.com.ua authored
-
bell@sanja.is.com.ua authored
-
- 18 Nov, 2003 2 commits
-
-
bell@sanja.is.com.ua authored
-
monty@mashka.mysql.fi authored
New multi-key-cache handling. This was needed becasue the old one didn't work reliable with MERGE tables. ALTER TABLE table_name ... CHARACTER SET ... now changes all char/varchar/text columns to the given character set (One must use ALTER TABLE ... DEFAULT CHARACTER SET ... to change the default character set) Fixed that have_compress is detected properly (fixes problems with func_compress.test on platforms without zlib) New syntax for CACHE INDEX ('keys' is optional if no index name is given and one mentions the key cache name only ones) Removed compiler warnings Added mysql_set_server_option() to allow clients like PHP to easaily set/reset the multi-statement flag.
-
- 17 Nov, 2003 1 commit
-
-
bell@sanja.is.com.ua authored
-
- 04 Nov, 2003 1 commit
-
-
bell@sanja.is.com.ua authored
-
- 17 Oct, 2003 1 commit
-
-
bell@sanja.is.com.ua authored
-
- 16 Oct, 2003 1 commit
-
-
bell@sanja.is.com.ua authored
new EXPLAIN parameter to show real query as it was interpreted (SCRUM) (WL#1274)
-