summaryrefslogtreecommitdiff
path: root/sql/sql_bitmap.h
Commit message (Collapse)AuthorAgeFilesLines
* terminal.c, sql_bitmap.h, my_sys.h, configure.in, config.h:kent@mysql.com2005-05-051-1/+1
| | | | Initial Metrowerks CodeWarrior compiler support
* Made my_snprintf() behavior snprintf() compatible when printing %x arguments ↵dlenev@brandersnatch.localdomain2004-05-271-4/+4
| | | | | | | | | | | | (it should produce hex digits in lower case). (fixed version) Replaced _dig_vec array with two _dig_vec_upper/_dig_vec_lower arrays. Added extra argument to int2str function which controls case of digits you get. Replaced lot of invocations of int2str for decimal radix with more optimized int10_to_str() function. Removed unused my_itoa/my_ltoa functions.
* Changed prototype of killed_ptr() to make it more portablemonty@mysql.com2004-05-261-0/+9
| | | | Applied patches for Netware
* added 'explicit' keyword to Bitmap constructorkonstantin@oak.local2003-11-211-2/+2
|
* Cleanups (comments and compiler warnings)monty@mysql.com2003-11-021-10/+22
| | | | dded init of variable to fix core dump on startup errors
* Bitmap post-review fixesserg@serg.mylan2003-10-301-0/+2
|
* fixes to Bitmap classserg@serg.mylan2003-10-241-0/+108