summaryrefslogtreecommitdiff
path: root/sql/ha_myisam.cc
Commit message (Collapse)AuthorAgeFilesLines
* post-merge fixesserg@serg.mylan2003-10-311-13/+14
|
* Merge bk-internal:/home/bk/mysql-4.1/serg@serg.mylan2003-10-311-0/+131
|\ | | | | | | into serg.mylan:/usr/home/serg/Abk/mysql-4.1
| * Mergeigor@rurik.mysql.com2003-10-301-0/+131
| |\
| | * Manual merge after improving concurrency for key cache reassignmentigor@rurik.mysql.com2003-10-011-0/+131
| | |\
| | | * Many files:igor@rurik.mysql.com2003-10-011-1/+1
| | | | | | | | | | | | | | | | Improved concurrency for key cache reassignment
| | | * Manual mergeigor@rurik.mysql.com2003-08-261-0/+131
| | | |\
| | | | * Merge rurik.mysql.com:/home/igor/mysql-4.1igor@rurik.mysql.com2003-08-091-0/+12
| | | | |\ | | | | | | | | | | | | | | | | | | into rurik.mysql.com:/home/igor/dev/mysql-4.1-0
| | | | * | Many files:igor@rurik.mysql.com2003-08-021-12/+85
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added key cache assignment mi_locking.c: Added key cache assignment: correction my_sys.h: Added key cache variable structure
| | | | * | mi_keycache.c:igor@rurik.mysql.com2003-07-161-0/+58
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | new file Many files: Added CACHE INDEX command
* | | | | | fixes to Bitmap classserg@serg.mylan2003-10-241-1/+2
| | | | | |
* | | | | | mergedserg@serg.mylan2003-10-151-12/+13
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | key_map with more that 64 bits widthserg@serg.mylan2003-10-111-12/+13
| |/ / / /
* | | | | Don't print warnings about 'setrlimit' if --warnings is not givenmonty@narttu.mysql.fi2003-09-291-2/+2
|/ / / / | | | | | | | | | | | | Code review/cleanup of sub subselect_uniquesubquery_engine
* | | | mergemonty@narttu.mysql.fi2003-09-031-1/+1
|\ \ \ \
| * \ \ \ merge with 4.0.15monty@narttu.mysql.fi2003-08-291-1/+1
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | Better fix for myisamchk --sort-index on windowsmonty@narttu.mysql.fi2003-08-251-1/+1
| | | | | | | | | | | | | | | | | | | | Fixed deadlock bug when doing resize of key buffer while key buffer was in active use
* | | | | mergedserg@serg.mylan2003-09-031-0/+8
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Merge bk-internal:/home/bk/mysql-4.1/serg@serg.mylan2003-08-091-0/+8
| |\ \ \ \ | | |_|_|/ | |/| | | | | | | | into serg.mylan:/usr/home/serg/Abk/mysql-4.1
| | * | | table checksum background:serg@serg.mylan2003-08-051-0/+8
| | | |/ | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | my_checksum() mysys function NISAM checksum code moved from mysys to isam/ - it's obsolete MyISAM checksum code moved to mysys table's checksum accessible from sql layer SHOW TABLE STATUS shows checksum (WL#646) code cleanup
* | | | Merge with 4.0.14monty@mashka.mysql.fi2003-08-111-6/+10
|\ \ \ \ | |/ / / |/| | / | | |/ | |/|
| * | Fix for #712 with Serg's suggestionshf@deer.(none)2003-07-191-2/+2
| | |
| * | Proposed bugfix for #712hf@deer.(none)2003-07-141-4/+5
| | | | | | | | | | | | | | | | | | | | | Monty revoked any locks for temporary tables in ha_myisam::external_lock() But further code bans using write cache on nonlocked tables this makes operations much slower
| * | Fixed bug in ALTER TABLE ... DISABLE/ENABLE KEYSmonty@mashka.mysql.fi2003-07-081-2/+5
| | | | | | | | | | | | Removed double my_thread_end() which caused fatal error on windows if mysqld died on startup
* | | MergeSinisa@sinisa.nasamreza.org2003-07-191-0/+12
|\ \ \ | |_|/ |/| |
| * | Derived tables bug fix .......Sinisa@sinisa.nasamreza.org2003-06-121-0/+12
| | |
* | | Merge rurik.mysql.com:/home/igor/mysql-4.1igor@rurik.mysql.com2003-06-121-0/+66
|\ \ \ | |/ / |/| | | | | into rurik.mysql.com:/home/igor/dev/mysql-4.1-0
| * | Many files:igor@rurik.mysql.com2003-06-121-0/+66
| | | | | | | | | | | | | | | | | | | | | | | | New feature: preload indexes into key cache. mi_preload.c: new file Many files: Added preload statement.
* | | Merge with 4.0.13monty@narttu.mysql.fi2003-05-191-4/+18
|\ \ \ | |/ / |/| / | |/
| * parallel-repair available in mysqldserg@serg.mylan2003-05-041-3/+17
| |
| * Fix for #126hf@deer.mysql.r18.ru2003-04-161-1/+1
| |
* | Merge with 4.0monty@narttu.mysql.fi2003-04-031-1/+1
|\ \ | |/
| * Merge narttu.mysql.fi:/my/mysql-3.23 into narttu.mysql.fi:/my/mysql-4.0monty@narttu.mysql.fi2003-04-031-1/+1
| |\
| | * Fixed bug in memory allocation that could affect 64 bit systems (affected ↵monty@narttu.mysql.fi2003-04-031-1/+1
| | | | | | | | | | | | hammer)
| | * ha_myisam.cc:serg@serg.mysql.com2003-03-121-1/+1
| | | | | | | | | | | | typo fixed
* | | After merge fixesmonty@narttu.mysql.fi2003-03-201-2/+4
| | | | | | | | | | | | | | | Fixed bug in Item::set_name() Fix for memory leak with geometry type
* | | Merge with 4.0.12monty@narttu.mysql.fi2003-03-191-0/+30
|\ \ \ | |/ /
| * | Test of range optimizer in InnoDBmonty@narttu.mysql.fi2003-03-181-0/+30
| | |
* | | Merge bk-internal.mysql.com:/home/bk/mysql-4.1monty@narttu.mysql.fi2003-03-171-4/+4
|\ \ \ | | | | | | | | | | | | into narttu.mysql.fi:/my/mysql-4.1
| * | | Preparing to client<->server autoconvertbar@bar.mysql.r18.ru2003-03-171-4/+4
| | | |
* | | | Merge with 4.0monty@narttu.mysql.fi2003-03-161-14/+15
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | mergemonty@narttu.mysql.fi2003-03-101-7/+7
| |\ \
| | * \ Merge with 3.23 to get fixes for --user and BACKUP TABLEmonty@narttu.mysql.fi2003-03-101-7/+7
| | |\ \ | | | |/
| | | * Don't allow BACKUP TABLE to overwrite filesmonty@narttu.mysql.fi2003-03-101-21/+21
| | | | | | | | | | | | | | | | Fixed memory leak when replication restarts in debug mode
| * | | Fixed AUTO_INCREMENT handling in MyISAM (last auto_increment patch broke things)monty@mashka.mysql.fi2003-03-071-7/+7
| |/ / | | | | | | | | | Some after merge fixes
| * | fix auto-increment in sub-key and insert ... selectserg@serg.mysql.com2003-03-021-3/+4
| | |
* | | Merge with 4.0.11monty@mashka.mysql.fi2003-02-041-4/+4
|\ \ \ | |/ /
| * | low-level error messages cleanupserg@serg.mysql.com2003-01-281-1/+1
| | |
| * | Fixes for Netwaremonty@mashka.mysql.fi2003-01-281-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | Call pthread_mutex_destroy() on not used mutex. Changed comments in .h and .c files from // -> /* */ Added detection of mutex on which one didn't call pthread_mutex_destroy() Fixed bug in create_tmp_field() which causes a memory overrun in queries that uses "ORDER BY constant_expression" Added optimisation for ORDER BY NULL
* | | resolving conflictshf@deer.mysql.r18.ru2003-01-151-13/+20
|\ \ \
| * \ \ Merge with 4.0.8monty@mashka.mysql.fi2003-01-031-13/+20
| |\ \ \ | | |/ /