34 Commits (ab1a97f5ef00e10c4313f4d1f117bae202112af1)

Author SHA1 Message Date
brian@zim.(none) c4a1c72b5e Formailized the row buffer structure, implemented new streaming format. 19 years ago
brian@zim.(none) 5649195493 This finished the bzero() on varchar patch I wrote a few months ago. It also completes the data_length() method I added to Fields to determine the length of data for a particular data type. I have many uses for this :) 19 years ago
aelkin/elkin@andrepl.dsl.inet.fi 7be4bc4e55 Changes made according to HLD/LLD. 20 years ago
mats@mysql.com 321d9d842f Bug#19066 (DELETE FROM inconsistency for NDB): 20 years ago
ramil@mysql.com c583de95f8 Fix for bug #15558: truncate doesn't clear table on archive storage engine tables. 20 years ago
reggie@big_geek. 7876c07b51 patch to get archive test working on Windows. 20 years ago
brian@zim.(none) 98f2cd4468 Fixed a few pieces around support for data directory. 20 years ago
brian@zim.tangent.org d56430423a This patch adds a new field to the meta file for tracking flushes (this is being kept to later do stats and determine how often the compression buffer is being foiled). This should keep things all nice an compatible between versions. 20 years ago
brian@zim.tangent.org 23d99ee03c The handlerton structures for archive and CSV had not been updated. Nicht so gute. I also fixed CSV to use fast alter table and put in a test in archive in case someone tries to do the same there (hint... it won't work). 20 years ago
brian@zim.tangent.org 8651cee8ef New support for ignoring blobs during scans. We now seek past them if we determine that they are of no use to us. This is a big save in tables with blobs. Far less memory overhead and the seek is quite a bit faster. 20 years ago
brian@zim.(none) b56432cd19 Added support for CREATE TABLE AUTO_INCREMENT and added more tests. Also non-unique index scans of autoincrement not function. 20 years ago
brian@zim.(none) de44001afd Corrections from code review for auto_increment. Added test cases. 20 years ago
brian@zim.(none) ff6cfe6d66 Change in gis test to allow NDB to be able to call generic tests. Fix for Archive so that ALTER TABLE doesn't issue a warning. Also added test case for alter table. 20 years ago
brian@zim.(none) 6ab502e523 Per a user request there is now support for "CHECK TABLE" where the table is an archive file. 20 years ago
brian@zim.(none) bd806f786e Fix for bad merge. 21 years ago
brian@zim.(none) 4e9931752e Added support for delete_all_rows() for archive. This fixes bug #12836. 21 years ago
monty@mysql.com 3c12d0ae54 Added end marker for tests to make future merges easier 21 years ago
brian@brian-akers-computer.local 85e2b662bf Refactoring of write_row() into two parts to allow future additions. Also rewrote the OPTIMIZE TABLE code, to add new extended optimize. This form of optimize rebuilds not only the file, but each individual row. 21 years ago
jimw@mysql.com 8c7d487ae7 Fix tests after merge 21 years ago
msvensson@neptunus.(none) 1ee4426adc Little different behaviour in 5.0 and merge with new tests required these changes 21 years ago
msvensson@neptunus.(none) 8d370fbcf9 BUG#9911 RENAME TABLE of type ARCHIVE fails with .ARN file error 21 years ago
ingo@mysql.com 5ad151aa21 Test Bug: Memory leaks in the archive handler. 21 years ago
brian@avenger.(none) c8137bbb80 A few simple fixes plus the added support of being able to repair the meta data file via REPAIR TABLE. More information is now provided in SHOW TABLE STATUS. 21 years ago
brian@avenger.(none) e6f038eacf Changes to support optimized bulk inserts. This will solve the problem of selects occurring during a bulk insert, and causing the compression factor to drop. 21 years ago
brian@brian-akers-computer.local 9dbe9d533e The major change for this changeset is the addition of code to handle: 21 years ago
brian@avenger.(none) 72e7d69674 Added tests for archive. Cleaned up a merge mistake and added some information on how well archive compresses. 22 years ago
ram@gw.mysql.r18.ru e515d7018f a proper fix for the bug #2298 Trailing whitespace inconsistently handled in WHERE clause. 22 years ago
antony@ltantony.rdg.cyberkinetica.homeunix.net fcf96dbb18 WorkLog#1323 22 years ago
bell@sanja.is.com.ua 33346e26af added code covarage for functions convert(), nullif(), crc32(), is_used_lock(), char_lengtrh(), bit_xor() 22 years ago
kostja@oak.local 668e7dcec8 select.test cleanup 23 years ago
serg@serg.mylan 4e22494ebf outer join, impossible on condition, where, and usable key for range 23 years ago
monty@mashka.mysql.fi 7655f05dc2 LEFT JOIN optimization: Change LEFT JOIN to normal join if possible 23 years ago
serg@serg.mysql.com 214b2c5363 make test result more obvious 23 years ago
bell@sanja.is.com.ua b283e08cf3 fixed bug of unchecked random part of WHERE clause (bug #142) 23 years ago
monty@mashka.mysql.fi 987f4c4d8b Fixed AUTO_INCREMENT handling in MyISAM (last auto_increment patch broke things) 23 years ago
monty@mashka.mysql.fi 1f6ecc0cd3 Changed mysql-test to print warnings for not existing table to DROP TABLE 23 years ago
vva@eagle.mysql.r18.ru b624df724b add VARIANCE function 23 years ago
Sinisa@sinisa.nasamreza.org dd2012067e A fix for the bug in a SELECT with joined tables with ORDER BY and 23 years ago
pem@mysql.com 3c1a311348 SCRUM Task 430: Allowing braces in joins by simply removing them. 23 years ago
pem@mysql.com 8bd61c3fce Task 430: Allowing braces in joins by simply removing them. 23 years ago
Sinisa@sinisa.nasamreza.org 97990887cb SCRUM task 23 years ago
monty@mashka.mysql.fi a01a0840dc Some trivial optimzations 24 years ago
monty@hundin.mysql.fi b9d7fcd279 Fixed bug in SAFEMALLOC for systems that requires longlong data to be aligned on 8 byte boundaries (like sparc) 24 years ago
Sinisa@sinisa.nasamreza.org c7f86c3373 A fix for bigints with quoted constants .. 24 years ago
Sinisa@sinisa.nasamreza.org eab0de7ce6 A fix for a bug which hits the optimiser when trying to group keys 24 years ago
monty@hundin.mysql.fi cb754eb5aa Fix after merge 24 years ago
monty@hundin.mysql.fi 4014d2367c Added ABS() to make tests more portable. 25 years ago
mikef@nslinux.bedford.progress.com d145a6b97e Add support for Gemini table handler, Monty has checked and approved 25 years ago
monty@donna.mysql.com d487e5a9b1 Use new bitmap interface 25 years ago
monty@donna.mysql.com 2d1082308b SHOW [FULL] COLUMNS 25 years ago