summaryrefslogtreecommitdiff
path: root/include/my_sys.h
Commit message (Expand)AuthorAgeFilesLines
* Max open files handling moved to my_set_max_open_files()unknown2004-02-191-16/+22
* Merge with 4.0.18unknown2004-02-111-0/+2
|\
| * Proposed (version #2) fix for bug #1948:unknown2004-02-021-0/+2
* | Merge with 4.0.17unknown2003-12-171-2/+2
|\ \ | |/
| * Portability fixes (mostly test suite)unknown2003-12-161-1/+1
| * Fixed a possible memory leak on MacOSX when using the shared libmysql.so libr...unknown2003-12-111-1/+1
* | mi_keycache.c:unknown2003-11-251-2/+1
* | Merge key cache structures to oneunknown2003-11-201-65/+0
* | Portability fixes (AIX43)unknown2003-11-201-2/+1
* | Portability fixes for AIX43unknown2003-11-201-1/+1
* | CLIENT_MULTI_QUERIES -> CLIENT_MULTI_STATEMENTSunknown2003-11-181-11/+20
* | Merge with 4.0unknown2003-11-041-0/+1
|\ \ | |/
| * Call my_sync() after all data is written to .frm fileunknown2003-11-021-0/+1
* | Mergeunknown2003-10-301-16/+57
|\ \
| * \ Manual merge after improving concurrency for key cache reassignmentunknown2003-10-011-16/+57
| |\ \
| | * | Many files:unknown2003-10-011-1/+5
| | * | Manual mergeunknown2003-08-261-13/+50
| | |\ \
| | | * | set_var.cc, mysqld.cc, handler.cc, set_var.h, handler.h:unknown2003-08-091-5/+12
| | | * | Merge rurik.mysql.com:/home/igor/mysql-4.1unknown2003-08-021-1/+1
| | | |\ \
| | | * | | Many files:unknown2003-08-021-16/+39
| | | * | | Conflict resolutionunknown2003-07-161-0/+6
| | | |\ \ \
| | | * | | | Many files:unknown2003-06-301-7/+14
* | | | | | | Move init_compiled_charsets to own fileunknown2003-10-061-1/+2
|/ / / / / /
* | | | | | Charset number is now stored into error.sys by comp_err and loaded by mysqld.unknown2003-09-171-1/+3
* | | | | | mergeunknown2003-09-031-2/+4
|\ \ \ \ \ \
| * \ \ \ \ \ merge with 4.0.15unknown2003-08-291-2/+4
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | / | | | |_|_|/ | | |/| | |
| | * | | | Added a warning to my_print_defaults if --verbose is givenunknown2003-08-271-2/+2
| | * | | | Use my_b_append instead of my_b_write on a SEQ_READ_APPEND cache, when we writeunknown2003-08-191-0/+2
* | | | | | mergedunknown2003-09-031-3/+6
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | use crc32() from bundled zlib if system zlib is unavailableunknown2003-08-211-1/+2
| * | | | | table checksum background:unknown2003-08-051-2/+4
| | |_|_|/ | |/| | |
* | | | | Merge with 4.0.14unknown2003-08-111-2/+2
|\ \ \ \ \ | |/ / / / |/| / / / | |/ / /
| * | | Review of changesets since last pull.unknown2003-08-071-1/+0
| * | | Fix for service issue with paths having spaces (bug #687)unknown2003-07-231-0/+1
| * | | Changed safemalloc structure to not have to be 8 byte aligned. (Portability p...unknown2003-06-121-2/+2
* | | | now GRANT db.* ... compares patterns correctly to prevent privilege escalationunknown2003-07-221-1/+1
| |_|/ |/| |
* | | Support for variables with componentsunknown2003-07-061-0/+6
| |/ |/|
* | Merge rurik.mysql.com:/home/igor/mysql-4.1unknown2003-06-121-0/+2
|\ \
| * | Many files:unknown2003-06-121-0/+2
* | | mergeunknown2003-05-221-0/+1
|\ \ \
| * \ \ Merge with 4.0.13unknown2003-05-191-0/+1
| |\ \ \ | | |/ / | |/| / | | |/
| | * count_bits() moved to mysys/unknown2003-05-041-0/+1
* | | "character_sets" has been removed from SHOW VARIABLES. Use SHOW CHARACTER SET...unknown2003-05-211-1/+0
|/ /
* | Add mysys specific error messagesunknown2003-04-161-1/+4
* | Fixed bug in allocation memory in key cache. (Memory was not properly aligned...unknown2003-03-251-3/+3
* | A separate variable national_charset_info unknown2003-03-211-1/+0
* | Merge with 4.0unknown2003-03-161-0/+1
|\ \ | |/
| * Merge with 3.23 to get fixes for --user and BACKUP TABLEunknown2003-03-101-0/+1
| |\
| | * Don't allow BACKUP TABLE to overwrite filesunknown2003-03-101-0/+1
| * | Better fix for count(distinct) bugunknown2003-02-101-1/+1