summaryrefslogtreecommitdiff
path: root/strings
Commit message (Collapse)AuthorAgeFilesLines
* Fix of 'halloween bug' with UPDATE of InnoDB tables.monty@narttu.mysql.fi2003-03-181-0/+2
|
* - fixed C++-style comments in .c files to make IBM compiler happylenz@mysql.com2003-03-111-15/+15
| | | | (it barfs on these with a syntax error)
* - fixes to properly make a "make distclean" (some files were not removed)lenz@mysql.com2002-12-271-0/+1
| | | | (There are probably some more to fix)
* - Applied required modifications for automake 1.5lenz@mysql.com2002-11-171-10/+1
| | | | - "make distcheck" needs to be fixed
* "make clean" problem fixbar@bar.mysql.r18.ru2002-08-131-1/+1
|
* Fixed problem with make distcheckmonty@hundin.mysql.fi2002-08-061-2/+1
| | | | Fixed bug in automatic repair of MyISAM tables where table cache was not locked properly
* Updated assembler code from MySQL 4.0 (to make them work with gcc 3.0)monty@hundin.mysql.fi2002-05-202-204/+202
| | | | | Fixed memory overrun bug in glibc patch Updated french error messages
* Fixed problems with DECIMAL() type on overflow.monty@hundin.mysql.fi2002-05-021-1/+2
|
* Fixed that IF is case insensitive if 2 and 3 arguments are case insensitive.monty@tik.mysql.fi2002-04-227-0/+119
| | | | Added copyright messages to some files that was missing it.
* Removed C version of longlong2str when using --enable-assemblermonty@hundin.mysql.fi2002-04-141-1/+1
|
* updated build scripts for new Linux buildsasha@mysql.sashanet.com2002-02-161-1/+2
|
* Portability fixesmonty@hundin.mysql.fi2001-10-311-4/+4
|
* Portability fixesmonty@hundin.mysql.fi2001-10-312-2/+2
| | | | | | Fix for consistent 0000-00-00 date handling Close + open binary logs on flush tables Fix for AVG() in HAVING.
* Fix for make distmonty@hundin.mysql.fi2001-10-021-1/+2
| | | | | Made replication test portable Fixed buffer overrun bug in replication
* Ensure that libmysqlclient doesn't use raidmonty@hundin.mysql.fi2001-09-042-96/+96
| | | | Fix problem with MyISAM and rows of length 65517-65520
* Portability fixesmonty@hundin.mysql.fi2001-08-301-2/+2
|
* Fixes for OS2.monty@hundin.mysql.fi2001-08-226-12/+12
| | | | | Fix bug in isamlog Add argument types to function declarations.
* Portability fixes.monty@hundin.mysql.fi2001-08-211-0/+4
| | | | | | | Patches required by Gemini Fix to properly detect if there is an active transaction in InnoDB Fix to not lock thread structure when doing automatic rollback when thread ends Allow -O lower_case_names=0 on UNIX
* Portability fixes.monty@hundin.mysql.fi2001-08-184-10/+10
| | | | | | Let myisamchk generate a new checksum for compressed data. Don't unconditionally force filenames to lower case on windows. Update mysqltest to match 4.0 source (to get some of the new bug fixes into 3.23)
* Don't force conf_to_src to be static an all systemsmonty@donna.mysql.fi2001-04-181-18/+18
| | | | Removed unpredictable test from rpl000001.test
* Fixed that -ldl is not used for clientsmonty@donna.mysql.fi2001-04-171-32/+32
| | | | Fixed rpl000001 to handle the most common mysql-test-run ports.
* Fixed INSERT DELAYED with Innobasemonty@donna.mysql.fi2001-04-091-5/+0
| | | | | Fix for shutdown on NT Fixed bug when using wrong dates from blob field.
* Merge mysql.sashanet.com:/home/sasha/src/bk/mysqlsasha@mysql.sashanet.com2001-04-021-1/+3
|\ | | | | | | into mysql.sashanet.com:/home/sasha/src/bk/mysql-fast
| * got --with-other-libc to work, finallysasha@mysql.sashanet.com2001-04-021-1/+3
| |
* | Fixed bug in ALTER TABLEmonty@donna.mysql.fi2001-04-011-160/+172
|/ | | | | Removed _mi_rkey() function New fork_big.pl multi-thread test
* Fix a crash in Innobase with tables with many columns and a range querymonty@donna.mysql.fi2001-03-2626-3809/+0
| | | | Removed all Attic directories.
* Added max_user_connectionsmonty@donna.mysql.com2001-02-202-18/+30
| | | | | Fixes for Innobase Don't reset whole to-buffer in strxnmov
* Portability fixes for OPENBSD, OS2 and Windowsmonty@donna.mysql.com2001-01-271-31/+31
|
* Fixed bug in CHECK TABLE ... EXTENDEDmonty@donna.mysql.com2001-01-161-82/+0
| | | | | Added keyword MEDIUM to CHECK TABLE New benchmarks results for Linux-alpha
* Fixed performance bug in lock tablesmonty@donna.mysql.com2000-11-201-1/+1
|
* mergemonty@narttu.mysql.fi2000-11-161-4/+1
|\
| * Bug fixes, TRUNCATE, safer passwords on command line and connect timeoutmonty@tik.mysql.com2000-11-131-2/+2
| |
* | Changes from teg@redhat.com - subtle bugs that only show up undertim@threads.polyesthetic.msg2000-11-061-2/+2
|/ | | | certain circumstances.
* Update of interface for BDB tables.monty@donna.mysql.com2000-10-241-1/+1
| | | | Fixed bug in SHOW CREATE TABLE
* Portability fixesmonty@donna.mysql.com2000-10-041-1/+1
|
* Small bug fixes + code for DELETE QUICKmonty@donna.mysql.com2000-09-201-5/+3
|
* Fixes to get 3.23.23 to compilemonty@donna.mysql.com2000-08-301-3/+1
|
* RENAME TABLE table_name TO new_table_name ; Faster Allocmonty@donna.mysql.com2000-08-211-2/+3
| | | | Small bug fixes
* Mergemonty@donna.mysql.com2000-08-181-0/+3
|\
| * Updated benchmark and results for PostgreSQL 7.0.2monty@donna.mysql.com2000-08-181-0/+3
| | | | | | | | | | Added more status to the MyISAM files to avoid checking files that has already been checked.
* | Mergeserg@infomag.ape.relarn.ru2000-08-153-9/+9
|\ \ | |/
| * Fixed for Ia64 + delayed key creation + a lot of small bug fixesmonty@donna.mysql.com2000-08-153-9/+9
| |
* | PART I: Keys support for MyMERGE tablesserg@infomag.ape.relarn.ru2000-08-141-0/+0
|/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | myisammrg/ | Makefile.am | mymrgdef.h | support for keys myrg_open.c | & myrg_queue.c | bugfixes myrg_rfirst.c | myrg_rkey.c | myrg_rlast.c | myrg_rnext.c | myrg_rprev.c | myrg_rrnd.c | include/myisammrg.h | rkey/rnext/etc prototyped sql/ | ha_myisammrg.cc | support for keys ha_myisammrg.h | myisam/ | mi_rkey.c | buf==NULL extension, _mi_rkey() mi_rnext.c | mi_rprev.c | include/queues.h | reinit_queue() - same as init_queue, but w/o malloc mysys/queues.c | PART II: Miscellaneous myisam/common_words | deleted (looks like I checked it in by mistake) some files (like acconfig.h, Makefile.am, COPYING.LIB, etc) | Change mode to -rw-r--r-- (by `chmod a-x ')
* Makefile needed an action for a the dummpy rule to avoid the default actionsasha@mysql.sashanet.com2000-07-311-0/+3
| | | | assumed by GNU Make ( get ctype.c), which conflicted with bitkeeper
* Import changesetbk@work.mysql.com2000-07-31105-0/+15846