mirror of
https://github.com/MariaDB/server.git
synced 2026-05-02 13:15:32 +02:00
Windows to call CreateFileMapping() with correct arguments, and propogating the introduction of query_id_t to everywhere query ids are passed around. (Bug #8826) libmysql/libmysql.c: Make implicit cast explicit myisam/mi_open.c: Make cast of value to smaller data size explicit myisam/mi_packrec.c: Cast file size (my_off_t) to size_t for mmap mysys/my_mmap.c: Fix Windows version of my_mmap() to use the right parameters for call to CreateFileMapping() sql/field.cc: Use temporary value of correct type sql/field.h: Use query_id_t for query_id value sql/ha_berkeley.cc: Fix flag check sql/ha_innodb.h: Use query_id_t for query_id value sql/handler.cc: Explain opt_using_transactions calculation, and add cast sql/handler.h: Fix forward declaration of COND sql/item.cc: Fix val_bool() tests of val_int() to avoid implicit cast sql/item_cmpfunc.cc: Fix typo in switch label sql/item_func.cc: Make implicit cast explicit sql/item_strfunc.cc: Now that query_id is a query_id_t, need to cast it to a ulong here sql/item_subselect.cc: Fix test of value sql/log.cc: Cast my_off_t used for file size to size_t for memory allocation Also cast my_off_t when using it to calculate the number of pages for TC log Cast total_ha_2pc to uchar when saving it sql/mysql_priv.h: Move up query_id definition so it can be used more widely sql/opt_range.cc: Add unused delete operator to prevent compiler warning sql/set_var.cc: Cast value for max_user_connections sql/sql_cache.cc: Remove unused label sql/sql_class.h: Fix query id values to be of type query_id_t sql/sql_db.cc: Move variable only used inside #ifdef within the #ifdef sql/sql_help.cc: Remove unused label sql/sql_insert.cc: Use query_id_t for query id values sql/sql_lex.h: Add unused delete operator to prevent compiler warning sql/sql_select.cc: Remove unused variable Make cast of value explicit sql/sql_select.h: Use query_id_t for query id values sql/sql_table.cc: Make comparison to function pointer explicit sql/sql_update.cc: Use query_id_t for query id values sql/table.h: Use query_id_t for query id values strings/ctype-simple.c: Add cast of long value to (char) in expression strings/ctype-ucs2.c: Add cast of long value to (char) in expression strings/ctype-utf8.c: Make cast to smaller size explicit |
||
|---|---|---|
| .. | ||
| .cvsignore | ||
| bchange.c | ||
| bcmp.c | ||
| bcopy-duff.c | ||
| bfill.c | ||
| bmove.c | ||
| bmove512.c | ||
| bmove_upp-sparc.s | ||
| bmove_upp.c | ||
| bzero.c | ||
| ChangeLog | ||
| CHARSET_INFO.txt | ||
| conf_to_src.c | ||
| ctype-big5.c | ||
| ctype-bin.c | ||
| ctype-cp932.c | ||
| ctype-czech.c | ||
| ctype-euc_kr.c | ||
| ctype-eucjpms.c | ||
| ctype-extra.c | ||
| ctype-gb2312.c | ||
| ctype-gbk.c | ||
| ctype-latin1.c | ||
| ctype-mb.c | ||
| ctype-simple.c | ||
| ctype-sjis.c | ||
| ctype-tis620.c | ||
| ctype-uca.c | ||
| ctype-ucs2.c | ||
| ctype-ujis.c | ||
| ctype-utf8.c | ||
| ctype-win1250ch.c | ||
| ctype.c | ||
| decimal.c | ||
| do_ctype.c | ||
| dump_map.c | ||
| int2str.c | ||
| is_prefix.c | ||
| latin2.def | ||
| llstr.c | ||
| longlong2str-x86.s | ||
| longlong2str.c | ||
| macros.asm | ||
| make-ccc | ||
| Makefile.am | ||
| memcmp.c | ||
| memcpy.c | ||
| memset.c | ||
| my_strtoll10-x86.s | ||
| my_strtoll10.c | ||
| my_vsnprintf.c | ||
| ptr_cmp.asm | ||
| r_strinstr.c | ||
| README | ||
| str2int.c | ||
| str_test.c | ||
| strappend-sparc.s | ||
| strappend.c | ||
| strcat.c | ||
| strcend.c | ||
| strchr.c | ||
| strcmp.c | ||
| strcont.c | ||
| strend-sparc.s | ||
| strend.c | ||
| strfill.c | ||
| string.doc | ||
| strings-not-used.h | ||
| strings-x86.s | ||
| strings.asm | ||
| strinstr-sparc.s | ||
| strinstr.c | ||
| strlen.c | ||
| strmake-sparc.s | ||
| strmake.c | ||
| strmov-sparc.s | ||
| strmov.c | ||
| strnlen.c | ||
| strnmov-sparc.s | ||
| strnmov.c | ||
| strrchr.c | ||
| strstr-sparc.s | ||
| strstr.c | ||
| strto.c | ||
| strtod.c | ||
| strtol.c | ||
| strtoll.c | ||
| strtoul.c | ||
| strtoull.c | ||
| strxmov-sparc.s | ||
| strxmov.asm | ||
| strxmov.c | ||
| strxnmov.c | ||
| t_ctype.h | ||
| uca-dump.c | ||
| udiv.c | ||
| utr11-dump.c | ||
| xml.c | ||
File : README
Author : Richard A. O'Keefe.
Updated: 30 April 1984
Purpose: Explain the new strings package.
The UNIX string libraries (described in the string(3) manual page)
differ from UNIX to UNIX (e.g. strtok is not in V7 or 4.1bsd). Worse,
the sources are not in the public domain, so that if there is a string
routine which is nearly what you want but not quite you can't take a
copy and modify it. And of course C programmers on non-UNIX systems
are at the mercy of their supplier.
This package was designed to let me do reasonable things with C's
strings whatever UNIX (V7, PaNiX, UX63, 4.1bsd) I happen to be using.
Everything in the System III manual is here and does just what the S3
manual says it does. There are also lots of new goodies. I'm sorry
about the names, but the routines do have to work on asphyxiated-at-
birth systems which truncate identifiers. The convention is that a
routine is called
str [n] [c] <operation>
If there is an "n", it means that the function takes an (int) "length"
argument, which bounds the number of characters to be moved or looked
at. If the function has a "set" argument, a "c" in the name indicates
that the complement of the set is used. Functions or variables whose
names start with _ are support routines which aren't really meant for
general use. I don't know what the "p" is doing in "strpbrk", but it
is there in the S3 manual so it's here too. "istrtok" does not follow
this rule, but with 7 letters what can you do?
I have included new versions of atoi(3) and atol(3) as well. They
use a new primitive str2int, which takes a pair of bounds and a radix,
and does much more thorough checking than the normal atoi and atol do.
The result returned by atoi & atol is valid if and only if errno == 0.
There is also an output conversion routine int2str, with itoa and ltoa
as interface macros. Only after writing int2str did I notice that the
str2int routine has no provision for unsigned numbers. On reflection,
I don't greatly care. I'm afraid that int2str may depend on your "C"
compiler in unexpected ways. Do check the code with -S.
Several of these routines have "asm" inclusions conditional on the
VaxAsm option. These insertions can make the routines which have them
quite a bit faster, but there is a snag. The VAX architects, for some
reason best known to themselves and their therapists, decided that all
"strings" were shorter than 2^16 bytes. Even when the length operands
are in 32-bit registers, only 16 bits count. So the "asm" versions do
not work for long strings. If you can guarantee that all your strings
will be short, define VaxAsm in the makefile, but in general, and when
using other machines, do not define it.
To use this library, you need the "strings.a" library file and the
"strings.h" and "ctypes.h" header files. The other header files are
for compiling the library itself, though if you are hacking extensions
you may find them useful. General users really shouldn't see them.
I've defined a few macros I find useful in "strings.h"; if you have no
need for "index", "rindex", "streql", and "beql", just edit them out.
On the 4.1bsd system I am using declaring all these functions 'extern'
does not mean that they will all be loaded; but only the ones you use.
When using lesser systems you may find it necessary to break strings.h
up, or you could get by with just adding "extern" declarations for the
functions you want as you need them. Many of these functions have the
same names as functions in the "standard C library", by design as this
is a replacement/reimplementation of part of that library. So you may
have to talk the loader into loading this library first. Again, I've
found no problems on 4.1bsd.
You may wonder at my failure to provide manual pages for this code.
For the things in V7, 4.?, or SIII, you should be able to use whichever
manual page came with that system, and anything I might write would be
so like it as to raise suspicions of violating AT&T copyrights. In the
sources you will find comments which provide far more documentation for
these routines than AT&T ever provided for their strings stuff, I just
don't happen to have put it in nroff -man form. Had I done so, the .3
files would have outbulked the .c files!
These files are in the public domain. This includes getopt.c, which
is the work of Henry Spencer, University of Toronto Zoology, who says of
it "None of this software is derived from Bell software. I had no access
to the source for Bell's versions at the time I wrote it. This software
is hereby explicitly placed in the public domain. It may be used for
any purpose on any machine by anyone." I would greatly prefer it if *my*
material received no military use.