summaryrefslogtreecommitdiff
path: root/strings
Commit message (Collapse)AuthorAgeFilesLines
* Reworked the RPM spec file and added several fixes to make thelenz@mysql.com2002-05-031-1/+2
| | | | build scripts work again.
* mergemonty@hundin.mysql.fi2002-04-257-98/+105
|\
| * 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
| |
* | mergemonty@hundin.mysql.fi2002-03-061-1/+2
|\ \ | |/
| * updated build scripts for new Linux buildsasha@mysql.sashanet.com2002-02-161-1/+2
| |
* | Use portable comments in assembler filesmonty@tik.mysql.fi2002-03-052-204/+202
| |
* | New error messagesmonty@hundin.mysql.fi2002-01-291-1/+2
| | | | | | | | | | | | | | | | Test of unsigned BIGINT values Fixes for queries-per-hour Cleanup of replication code (comments and portability fixes) Make most of the binary log code 4G clean Changed syntax for GRANT ... QUERIES PER HOUR
* | Fix for purifymonty@hundin.mysql.fi2001-12-181-0/+1
| |
* | Fix for purifymonty@hundin.mysql.fi2001-12-171-1/+4
| |
* | Portability fixesmonty@hundin.mysql.fi2001-12-171-9/+8
| |
* | Update copyrightmonty@hundin.mysql.fi2001-12-0657-607/+837
| | | | | | | | Fixed memory leak on shutdown (Affects the embedded version & MyODBC)
* | Patch for SCOmonty@hundin.mysql.fi2001-11-261-0/+2
| | | | | | | | Update test results for MySQL 4.0
* | Portability fix.monty@hundin.mysql.fi2001-11-071-2/+3
| | | | | | | | Fixed linking problem with InnoDB.
* | merge with 3.23.44monty@hundin.mysql.fi2001-11-043-6/+5
|\ \ | |/
| * 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.
* | Updated manual about embedded version.monty@hundin.mysql.fi2001-10-082-2/+3
| | | | | | | | | | | | | | | | | | Speed up column-completion in 'mysql' Don't use ISAM if HAVE_ISAM is not defined A lot of fixes for the embedded version. All libraries are now included in libmysqld.a Changed arguments to convert_dirname() to make it more general. Renamed files in the 'merge' directory to all use a common prefix. Don't compile both assembler and C functions on x86
* | mergemonty@work.mysql.com2001-10-021-1/+2
|\ \ | |/
| * Fix for make distmonty@hundin.mysql.fi2001-10-021-1/+2
| | | | | | | | | | Made replication test portable Fixed buffer overrun bug in replication
* | Portability fixmonty@hundin.mysql.fi2001-09-301-1/+1
| |
* | Changed to use my_global.hmonty@hundin.mysql.fi2001-09-1445-52/+57
| | | | | | | | | | Fixed problem with LIKE with latin1_de Added parsing support of UNSIGNED LONG LONG
* | Fixed sorting of é in latin_demonty@hundin.mysql.fi2001-09-131-3/+3
| |
* | Fixes for German sorting order.monty@hundin.mysql.fi2001-09-111-145/+73
| |
* | Fix blatant bugs in ctype-latin1_de.c.tim@white.box2001-09-071-25/+98
| |
* | libmysql/Makefile.sharedtim@white.box2001-09-061-0/+355
| | | | | | | | | | | | | | | | Remove extra link_sources target, which was not being used (and was incorrect). ctype-latin1_de.c BitKeeper file /home/tim/my/4/strings/ctype-latin1_de.c
* | Merge work.mysql.com:/home/bk/mysqlmonty@work.mysql.com2001-09-042-96/+96
|\ \ | |/ | | | | into work.mysql.com:/home/bk/mysql-4.0
| * Ensure that libmysqlclient doesn't use raidmonty@hundin.mysql.fi2001-09-042-96/+96
| | | | | | | | Fix problem with MyISAM and rows of length 65517-65520
* | merge with 3.23.42monty@work.mysql.com2001-09-0211-24/+28
|\ \ | |/
| * 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)
* | Some warning fixes and some SSL testprograms check-intonu@x153.internalnet2001-08-261-0/+1
|/
* 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
|