summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Added support for symlinked tables.unknown2001-06-0139-47/+214
* Merge work:/home/bk/mysql-4.0 into hundin.mysql.fi:/my/bk/mysql-4.0unknown2001-05-3118-106/+129
|\
| * Removed compiler warnings.unknown2001-05-3118-122/+129
* | mergeunknown2001-05-3169-422/+2979
|\ \
| * | Fixed typo from last checkinunknown2001-05-312-5/+10
| * | Merge work:/home/bk/mysql into hundin.mysql.fi:/my/bk/mysqlunknown2001-05-3111-17/+220
| |\ \
| | * | Added functions for symbolic link handling to make it possible tounknown2001-05-3111-23/+220
| * | | manual.texi URL adjustments.unknown2001-05-302-2/+5
| * | | Added documentation about mysqlcheck.unknown2001-05-301-3/+129
| * | | Fixed a few typos.unknown2001-05-295-11/+5
| * | | Merge nusphere@work.mysql.com:/home/bk/mysqlunknown2001-05-2937-296/+2264
| |\ \ \
| | * | | Pushing all the Gemini changes above the table handler.unknown2001-05-2937-294/+2261
| * | | | Merge heikki@work.mysql.com:/home/my/mysqlunknown2001-05-292-6/+13
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | ut0ut.c If localtime_r not available in Unix, use localtimeunknown2001-05-292-6/+13
| * | | | Merge work:/home/bk/mysql into donna.mysql.fi:/home/my/bk/mysqlunknown2001-05-2912-39/+47
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | Fixed problems with decimals withing IF()unknown2001-05-2911-39/+46
| * | | | Corrected error messages to avoid problems with too long error messages.unknown2001-05-281-2/+2
| * | | | Merge work:/my/mysql into tik.mysql.fi:/home/my/mysqlunknown2001-05-285-4/+21
| |\ \ \ \
| | * | | | Fixed portability bug in my_config.shunknown2001-05-284-4/+20
| * | | | | Small fix for Symlink on Win32unknown2001-05-271-0/+1
| * | | | | manual.texi Missed one.unknown2001-05-271-1/+1
| * | | | | manual.texi Added mirror. Fixed erroneous @email{} usage.unknown2001-05-271-38/+28
| * | | | | post-commit Updated commit address. unknown2001-05-273-1/+1
| * | | | | sync0sync.ic InnoDB now uses XCHG to implement mutex if GCC and x86unknown2001-05-263-0/+20
| * | | | | BUILD/SETUP.sh@1.9unknown2001-05-254-4/+8
| | |_|/ / | |/| | |
| * | | | manual.texi Updated Contrib section, mirrors.unknown2001-05-242-13/+18
| |/ / /
| * | | ut0ut.c Rewrote ut_print_timestamp with localtime_r and in Win GetLocalTimeunknown2001-05-241-14/+16
| * | | log0log.c InnoDB now prints timestamp at startup and shutdownunknown2001-05-244-5/+53
| * | | manual.texi Add instructions for innodb_unix_file_flush_method and MyISAM->In...unknown2001-05-241-1/+154
* | | | Merge work:/home/bk/mysql-4.0unknown2001-05-3014-10/+246
|\ \ \ \
| * | | | A slave now can optionally register with the master providing the unknown2001-05-3013-10/+245
* | | | | item_strfunc.cc renamed MD5* to my_MD5* to avoid name clashes with openssl li...unknown2001-05-311-5/+4
* | | | | md5.c renamed MD5* to my_MD5* to avoid clashes with openssl libraryunknown2001-05-313-31/+13
|/ / / /
* | | | cheat when all parts of count(distinct) key are binaryunknown2001-05-291-2/+13
* | | | count(distinct) cleanupunknown2001-05-293-6/+13
* | | | Merge work:/home/bk/mysql-4.0unknown2001-05-2818-83/+932
|\ \ \ \
| * | | | updates for LOAD DATA FROM MASTER + some cleanup of replication codeunknown2001-05-2818-83/+932
* | | | | post-commit Updated commit address. unknown2001-05-271-1/+1
|/ / / /
* | | | fixed bug in count(distinct) unknown2001-05-241-3/+6
* | | | handle tree overflow in count(distinct)unknown2001-05-245-4/+94
* | | | symlink sql/violite.c to libmysql/violite.c, since violite.c got removedunknown2001-05-242-2/+12
| |_|/ |/| |
* | | Removed vio because it broke compilationunknown2001-05-243-4/+435
* | | Merge work:/home/bk/mysql-4.0 into donna.mysql.fi:/home/my/bk/mysql-4.0unknown2001-05-2318-102/+246
|\ \ \
| * \ \ Mergeunknown2001-05-2318-102/+247
| |\ \ \ | | |/ /
| | * | log0log.c InnoDB now allows parameter innodb_unix_file_flush_methodunknown2001-05-233-18/+38
| | * | Merge heikki@work.mysql.com:/home/my/mysqlunknown2001-05-232-5/+13
| | |\ \
| | | * | manual.texi Add links for downloadable menagerie db distributionunknown2001-05-232-3/+11
| | | |/
| | * | srv0srv.h One can now specify innodb_unix_file_flush_method in my.cnfunknown2001-05-237-0/+45
| | |/
| | * Remove wrong access check for locks.unknown2001-05-235-10/+10
| | * Fixed test case to work with the new auto_increment handling in InnoDBunknown2001-05-231-2/+2