- 16 Mar, 2005 28 commits
-
-
patg@krsna. authored
into krsna.:/home/patg/test/mysql-5.0
-
dlenev@brandersnatch.localdomain authored
WL#874 "Extended LOAD DATA" was pushed.
-
patg@krsna. authored
into krsna.:/home/patg/test/mysql-5.0
-
acurtis@pcgem.rdg.cyberkinetica.com authored
into pcgem.rdg.cyberkinetica.com:/var/db/bk/work-acurtis/bug8670.3
-
acurtis@pcgem.rdg.cyberkinetica.com authored
into pcgem.rdg.cyberkinetica.com:/var/db/bk/work-acurtis/bug8670.3
-
heikki@hundin.mysql.fi authored
Allow also long VARCHARs to be stored externally, not just BLOBs; fixes a bug reported by Trudy Pelzer; needs more testing
-
joerg@mysql.com authored
-
patg@krsna. authored
into krsna.:/home/patg/test/mysql-5.0
-
dlenev@brandersnatch.localdomain authored
-
dlenev@mysql.com authored
into mysql.com:/home/dlenev/src/mysql-5.0-eld-exp
-
dlenev@mysql.com authored
into mysql.com:/home/dlenev/src/mysql-5.0-eld-exp
-
heikki@hundin.mysql.fi authored
Update key lengths in EXPLAIN to reflect true VARCHARs
-
heikki@hundin.mysql.fi authored
Fix bug: InnoDB created all indexes on true VARCHARs as column prefix keys because field->pack_length() for a true VARCHAR is bigger than key_part->length; FOREIGN KEYs could not be created on true VARCHARs then
-
heikki@hundin.mysql.fi authored
Fix a crash in a simple search with a key: the dtype->len of a true VARCHAR is the payload maximum len in bytes: it does not include the 2 bytes MySQL uses to store the string length ha_innodb.cc: Fix a crash in true VARCHARs in test-innodb: we passed a wrong pointer to the column conversion in an UPDATE rowid_order_innodb.result, ps_3innodb.result, innodb.result, endspace.result: Edit InnoDB test results to reflect the arrival of true VARCHARs
-
mskold@mysql.com authored
into mysql.com:/usr/local/home/marty/MySQL/mysql-5.0
-
mskold@mysql.com authored
into mysql.com:/usr/local/home/marty/MySQL/mysql-5.0
-
jan@hundin.mysql.fi authored
DATA_VARMYSQL so remove unnecessary condition.
-
dlenev@brandersnatch.localdomain authored
The idea is to use TABLE_LIST::lock_type for passing type of lock for target table to mysql_load() instead of using LEX::lock_option (which were rewritten by first subselect in SET clause). This should also fix potential problem with LOAD DATA in SP (it is important for them to have right lock_type in the table list by the end of statement parsing).
-
jan@hundin.mysql.fi authored
-
kent@mysql.com authored
Check that there is a disabled.def before using it disabled.def: Reenable ndb tests accidently disabled
-
marko@hundin.mysql.fi authored
calc_row_difference(): Use non-inlined functions to avoid linking error.
-
georg@lmy002.wdf.sap.corp authored
into lmy002.wdf.sap.corp:/home/georg/work/mysql/sap/mysql-5.0
-
georg@lmy002.wdf.sap.corp authored
-
mskold@mysql.com authored
into mysql.com:/usr/local/home/marty/MySQL/mysql-4.1
-
patg@krsna. authored
Changes to a test with a update to a table with 1001 columns, the last being a blob. On HP, the test worked properly, but on other OSs, there's a problem with using the blob column in an update where clause. The field method val_string(String *, char *) should work, but doesn't seem to deal with blobd, and for some reason, cannot get the correct value of the blob column from the byte pointer in update_row, "*old_data" which is a byte pointer to the row in mysql format, that will be replaced with "*new_data" (which conveniently has a field pointer to use to get values from). Will document this.
-
patg@krsna. authored
Edits to ha_federated.cc per Monty, cleanup
-
dlenev@brandersnatch.localdomain authored
Now one can use user variables as target for data loaded from file (besides table's columns). Also LOAD DATA got new SET-clause in which one can specify values for table columns as expressions. For example the following is possible: LOAD DATA INFILE 'words.dat' INTO TABLE t1 (a, @b) SET c = @b + 1; This patch also implements new way of replicating LOAD DATA. Now we do it similarly to other queries. We store LOAD DATA query in new Execute_load_query event (which is last in the sequence of events representing LOAD DATA). When we are executing this event we simply rewrite part of query which holds name of file (we use name of temporary file) and then execute it as usual query. In the beggining of this sequence we use Begin_load_query event which is almost identical to Append_file event
-
acurtis@pcgem.rdg.cyberkinetica.com authored
Rework to resolve ambigious grammer: conflict in join expression handling of parentheses for nested joins and derived tables. Tests included of failing statements Optimize item construction for AND/OR logical expressions
-
- 15 Mar, 2005 12 commits
-
-
heikki@hundin.mysql.fi authored
InnoDB true VARCHAR
-
reggie@mdk10.(none) authored
into mdk10.(none):/home/reggie/bk/mysql-5.0
-
reggie@mdk10.(none) authored
into mdk10.(none):/home/reggie/bk/mysql-5.0
-
reggie@mdk10.(none) authored
sql_show.cc: changed strdup to thd->memdup per Serg's advice
-
mskold@mysql.com authored
into mysql.com:/usr/local/home/marty/MySQL/mysql-4.1
-
mskold@mysql.com authored
-
petr@mysql.com authored
into mysql.com:/home/cps/mysql/devel/im-fix-review
-
petr@mysql.com authored
Alter RPM to include mysqlmanger binary and config files.
-
kent@mysql.com authored
Added feature to disable tests from a list in a file "disabled.def" Moved down the code that disables, so that --do-test and --start-from don't list the disabled tests not in range. disabled.def: List of test cases to temporarely disable
-
serg@serg.mylan authored
-
reggie@mdk10.(none) authored
into mdk10.(none):/home/reggie/bk/mysql-5.0
-
reggie@mdk10.(none) authored
into mdk10.(none):/home/reggie/bk/mysql-4.1
-