summaryrefslogtreecommitdiff
path: root/sql/sql_map.cc
Commit message (Collapse)AuthorAgeFilesLines
* Bug fix for bug #15843 "Added mmap support in myisam creates compile problemvtkachenko@quadxeon.mysql.com2005-12-191-4/+0
| | | | | | | | | | | | | | | on AIX 5.2" Added dummy definition of MAP_NORESERVE for systems which doesn't provide it, removed duplicates my_sys.h: added definition for MAP_NORESERVE (for Irix and AIX systems) sql_map.cc: removed definition of MAP_NORESERVE mi_packrec.c: removed definition of MAP_NORESERVE and MMAP_PRIVATE
* WL#2286 - Compile MySQL w/YASSL supportsvoj@mysql.com2005-06-221-1/+1
| | | | | Fix GCC 4.0 link failure. Better CXX_VERSION guessing.
* WL#2286 - Compile MySQL w/YASSL supportsvoj@mysql.com2005-06-191-1/+1
| | | | | | | | | Fix for yaSSL link failures with Forte Developer 7, MIPSpro Compilers, Compaq C++. These compilers have problem with implicit template instantiation in archives (libyassl.a, libtaocrypt.a). Instantiate templates explicitly. Fix for yaSSL link failure on powermacg5 (gcc 3.3). When -O3 is specified gcc inlines __cxa_pure_virtual. This is wrong behavior, __cxa_pure_virtual must never be inlined.
* Merge with 4.1monty@mysql.com2005-06-071-2/+0
|\
| * a compiler must see '#pragma implementation' *before*serg@serg.mylan2005-06-051-1/+2
| | | | | | | | '#pragma interface' (that comes with the #include'd header file)
| * Move USE_PRAGMA_IMPLEMENTATION to proper placemonty@mysql.com2005-06-031-4/+1
| | | | | | | | | | | | Ensure that 'null_value' is not accessed before val() is called in FIELD() functions Fixed initialization of key maps. This fixes some problems with keys when you have more than 64 keys Fixed that ROLLUP don't always create a temporary table. This fix ensures that func_gconcat.test results are now predictable
* | Mergekent@mysql.com2005-06-021-0/+2
|\ \ | |/
| * tztime.cc:kent@mysql.com2005-06-021-0/+2
| | | | | | | | | | | | Set #pragma implementation" earlier Many files: Need to include <my_global.h> before #ifdef USE_PRAGMA_IMPLEMENTATION
* | Merge from 4.1msvensson@neptunus.(none)2005-05-261-1/+1
|\ \ | |/
| * Add ifdefs to control when "#pragma implementation" should be usedmsvensson@neptunus.(none)2005-05-261-1/+1
| | | | | | | | Added some more ifdefs for "#pragma interface"
* | A fix (mysql_priv.h should be included first)ramil@mysql.com2005-02-241-2/+1
| |
* | More changes to make 5.0.3 compile on Windowsreggie@mdk10.(none)2005-02-231-2/+3
| | | | | | | | | | | | | | | | | | sql_map.cc: moved include of sys/stat outside of HAVE_SYS_MMAN_H define my_decimal.h: Added define for EMBEDDED_SERVER for call to string2my_decimal mi_packrec.c: removed cast to caddr_t
* | Changes to allow 5.0.3 to compile on Windows after XA was pushedreggie@mdk10.(none)2005-02-231-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | logging_ok: Logging to logging@openlogging.org accepted mi_packrec.c: Using HAVE_SYS_MMAN_H to protect include of sys/mman.h and replaced calls to mmap and munmap with my_mmap and my_munmap mi_extra.c: Now using HAVE_SYS_MMAN_H to protect include of sys/mman.h my_mmap.c: Changed how no mmap message is printed for Windows sql_map.cc: Changed HAVE_MMAP to HAVE_SYS_MMAN_H and replaced calls to mmap and munmap with my_mmap and my_munmap
* | now my_printf_error is not better then my_error, but my_error call is shorterbell@sanja.is.com.ua2004-11-131-5/+3
| | | | | | | | | | used only one implementation of format parser of (printf) fixed multistatement
* | post-review fixesbell@sanja.is.com.ua2004-11-121-3/+5
| |
* | errors without code removedbell@sanja.is.com.ua2004-10-201-5/+3
|/ | | | | | net_printf/send_error calls replaced by my_error family functions -1/1 (sent/unsent) error reporting removed (WL#2133)
* Update copyrightmonty@hundin.mysql.fi2001-12-061-3/+3
| | | | Fixed memory leak on shutdown (Affects the embedded version & MyODBC)
* Import changesetbk@work.mysql.com2000-07-311-0/+147