- 17 Mar, 2005 1 commit
-
-
brian@zim.(none) authored
Removed support for RAID, mit-threads, and MySQL FS (really, if someone wants this feature look at a web-dav hookup).
-
- 16 Mar, 2005 22 commits
-
-
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
-
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
-
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 17 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
-
serg@serg.mylan authored
into serg.mylan:/usr/home/serg/Abk/mysql-5.0
-
reggie@mdk10.(none) authored
This is a modifiction of my previous patch after receiving feedback. This is a better way to fix the problem. With this patch, data directory and index directory will use only forward slashes (/) when on Windows. mysqldump.c: Removed fixPaths routine. Was improper fix for bug #6660 sql_show.cc: Changed append_directory to convert backslashes to foward slashes when on Windows.
-
serg@serg.mylan authored
define _XOPEN_SOURCE=500 for solaris include/my_sys.h remove a cast
-
ramil@mysql.com authored
into mysql.com:/usr/home/ram/work/5.0
-
ramil@mysql.com authored
-