mariadb/strings
unknown c807724f36 Review of code pushed since last 5.0 pull:
Ensure that ccache is also used for C programs
mysql: Ensure that 'delimiter' works the same way in batch mode as in normal mode
mysqldump: Change to use ;; (instead of //) as a stored procedure/trigger delimiter
Fixed test cases by adding missing DROP's and rename views to be of type 'v#'
Removed MY_UNIX_PATH from fn_format()
Removed current_db_used from TABLE_LIST
Removed usage of 'current_thd' in Item_splocal
Removed some compiler warnings
A bit faster longlong2str code



BUILD/FINISH.sh:
  Ensure that ccache is also used for C programs
BUILD/SETUP.sh:
  Ensure that ccache is also used for C programs
client/mysql.cc:
  More debugging
  Ensure that 'delimiter' works the same way in batch mode as in normal mode.
  Compare 'delimiter' command case-insensitive.
  The above fixes the delimiter bugs so that we can now use ;; as a trigger/SP function delimiter in mysqldump.
client/mysqldump.c:
  Indentation fixes
  Use ;; as a delmimiter for stored procedures and triggers instead of //
client/mysqltest.c:
  Indentation fixes
include/my_sys.h:
  Remove not needed MY_UNIX_PATH parameter
mysql-test/r/alter_table.result:
  Better to reuse mysqltest database (test didn't properly delete mysqltest1 at start)
mysql-test/r/func_str.result:
  More testing of CONV() (to ensure that longlong2str() works correctly)
mysql-test/r/information_schema.result:
  Drop all used tables and views
  Rename view tables to 'v#' to ensure that if this test fails, not a lot of other test fails
mysql-test/r/information_schema_inno.result:
  Drop all used tables
mysql-test/r/multi_statement.result:
  Drop used tables
mysql-test/r/mysql.result:
  Add error messages to result
mysql-test/r/mysqldump.result:
  ;; is now used as SP/trigger delimiter
mysql-test/r/mysqlshow.result:
  Drop used tables
mysql-test/r/temp_table.result:
  Drop used views
  Rename views to v#
mysql-test/t/alter_table.test:
  Better to reuse mysqltest database (test didn't properly delete mysqltest1 at start)
mysql-test/t/func_str.test:
  More testing of CONV() (to ensure that longlong2str() works correctly)
mysql-test/t/information_schema.test:
  Drop all used tables and views
  Rename view tables to 'v#' to ensure that if this test fails, not a lot of other test fails
mysql-test/t/information_schema_inno.test:
  Drop all used tables
mysql-test/t/multi_statement.test:
  Drop used tables
mysql-test/t/mysql.test:
  Add error messages to result
mysql-test/t/mysqlshow.test:
  Drop used tables
mysql-test/t/temp_table.test:
  Drop used views
  Rename views to v#
mysys/mf_format.c:
  Remove not needed MY_UNIX_PATH parameter
  (This goes against how fn_format() is supposed to work and also conflicts with other options like MY_RETURN_REAL_PATH)
sql/ha_federated.cc:
  Removed extra empty line
sql/item.cc:
  Use 'str_value' instead of 'str_value_ptr' to hold result for Item_splocal
  Remove some calls to 'thd' in Item_splocal by making 'thd' a class variable
  One doesn't have to set 'null_value' when calling 'is_null()'
sql/item.h:
  Add THD as a class variable to Item_splocal
  Use 'str_value' instead of 'str_value_ptr' to hold temp result
  Fixed bug in Item_hex when used in CAST()
sql/item_func.cc:
  Optimize new code
sql/log_event.cc:
  Move 'to_unix_path()' out of fn_format()
sql/opt_range.cc:
  Simplify code
sql/sp_head.cc:
  Ensure that Item_splocal has thd set before we call '->this_item()'
sql/sql_class.cc:
  Return error if Statement::insert() fails in either hash_insert()
sql/sql_parse.cc:
  Remove 'current_db_used' as we can trivially check if db table qualifier was used without this.
  Simplify code
sql/sql_prepare.cc:
  Use enum instead of const int, to avoid ugly code for VC++
sql/structs.h:
  Remove compiler warnings when using STRING_WITH_LEN() with constant strings.
sql/table.cc:
  Fixed indentation
sql/table.h:
  Remove not needed current_db_used
strings/decimal.c:
  Simplify code
strings/longlong2str-x86.s:
  A bit faster longlong2str.
  (Took some ideas from Peter Gulutzan's code)
strings/my_strtoll10.c:
  Simplify code for MetroWerks compiler
2005-10-06 17:54:43 +03:00
..
.cvsignore
bchange.c
bcmp.c
bcopy-duff.c
bfill.c
bmove.c
bmove512.c Fixed compiler warnings from Intel compiler in Win64 2003-11-23 14:36:41 +02:00
bmove_upp-sparc.s
bmove_upp.c
bzero.c
ChangeLog
CHARSET_INFO.txt CHARSET_INFO.txt: 2004-10-21 15:18:31 +05:00
conf_to_src.c Add my_str_malloc and _free function pointers to strings library 2005-06-24 13:41:33 -07:00
ctype-big5.c Merge mysql.com:/home/emurphy/src/bk-clean/mysql-4.1 2005-08-19 15:29:30 -04:00
ctype-bin.c Merge mysql.com:/home/emurphy/src/bk-clean/mysql-4.1 2005-08-19 15:29:30 -04:00
ctype-cp932.c Fix wrong auto-merge. 2005-08-19 18:17:54 -04:00
ctype-czech.c Merge mysql.com:/home/emurphy/src/bk-clean/mysql-4.1 2005-08-19 15:29:30 -04:00
ctype-euc_kr.c Merge mysql.com:/home/emurphy/src/bk-clean/mysql-4.1 2005-08-19 15:29:30 -04:00
ctype-eucjpms.c Fix wrong auto-merge. 2005-08-19 18:17:54 -04:00
ctype-extra.c Merge mysql.com:/home/emurphy/src/bk-clean/mysql-4.1 2005-08-19 15:29:30 -04:00
ctype-gb2312.c Merge mysql.com:/home/emurphy/src/bk-clean/mysql-4.1 2005-08-19 15:29:30 -04:00
ctype-gbk.c Merge mysql.com:/home/emurphy/src/bk-clean/mysql-4.1 2005-08-19 15:29:30 -04:00
ctype-latin1.c Merge mysql.com:/home/emurphy/src/bk-clean/mysql-4.1 2005-08-19 15:29:30 -04:00
ctype-mb.c ctype-big5.c: 2005-07-26 16:38:10 +05:00
ctype-simple.c Merge mysql.com:/usr/home/bar/mysql-4.1 2005-07-26 16:43:47 +05:00
ctype-sjis.c Merge mysql.com:/home/emurphy/src/bk-clean/mysql-4.1 2005-08-19 15:29:30 -04:00
ctype-tis620.c Merge mysql.com:/home/emurphy/src/bk-clean/mysql-4.1 2005-08-19 15:29:30 -04:00
ctype-uca.c Many files: 2005-09-12 19:35:50 +05:00
ctype-ucs2.c Merge mysql.com:/home/emurphy/src/bk-clean/mysql-4.1 2005-08-19 15:29:30 -04:00
ctype-ujis.c Merge mysql.com:/home/emurphy/src/bk-clean/mysql-4.1 2005-08-19 15:29:30 -04:00
ctype-utf8.c Merge mysql.com:/home/emurphy/src/bk-clean/mysql-4.1 2005-08-19 15:29:30 -04:00
ctype-win1250ch.c Merge mysql.com:/home/emurphy/src/bk-clean/mysql-4.1 2005-08-19 15:29:30 -04:00
ctype.c Fixes during review of new code 2005-07-04 03:42:33 +03:00
decimal.c Review of code pushed since last 5.0 pull: 2005-10-06 17:54:43 +03:00
do_ctype.c
dump_map.c Use Windows code page 1252 instead of real ISO 8859-1 2004-05-11 13:32:01 +05:00
int2str.c Portability fix (using 'char' as argument to C functions may give warnings) 2004-05-28 02:36:43 +03:00
is_prefix.c
latin2.def
llstr.c arbitrary precision decimal numbers 2004-10-18 14:06:46 +02:00
longlong2str-x86.s Review of code pushed since last 5.0 pull: 2005-10-06 17:54:43 +03:00
longlong2str.c Made my_snprintf() behavior snprintf() compatible when printing %x arguments (it should 2004-05-27 17:54:40 +04:00
longlong2str_asm.c Fix for BUG #11642: [Patch]es x86 Assembler and text relocations 2005-08-08 13:18:18 +03:00
macros.asm
make-ccc
Makefile.am Merge xiphis.org:/usr/home/antony/work2/mysql-4.1 2005-08-11 12:18:53 +01:00
memcmp.c
memcpy.c
memset.c
my_strtoll10-x86.s Fix for BUG #11642: [Patch]es x86 Assembler and text relocations 2005-08-08 13:18:18 +03:00
my_strtoll10.c Review of code pushed since last 5.0 pull: 2005-10-06 17:54:43 +03:00
my_vsnprintf.c merged changes from 4.1 2005-05-23 12:55:39 -05:00
ptr_cmp.asm
r_strinstr.c just tried to find all 'skipp' and replace it with 'skip'. 2004-02-02 20:25:39 +04:00
README
str2int.c
str_alloc.c Add my_str_malloc and _free function pointers to strings library 2005-06-24 13:41:33 -07:00
str_test.c Added SQLSTATE to client/server protocol 2003-06-04 18:28:51 +03:00
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 Don't automaticly generate a new key for a foreign key constraint if there is already a usable key. 2004-05-12 00:29:52 +03:00
strings.asm Added SQLSTATE to client/server protocol 2003-06-04 18:28:51 +03:00
strinstr-sparc.s
strinstr.c just tried to find all 'skipp' and replace it with 'skip'. 2004-02-02 20:25:39 +04:00
strlen.c
strmake-sparc.s
strmake.c Status query on killed mysql connection results in segmentation fault (Bug #738) 2003-07-04 03:18:15 +03:00
strmov-sparc.s
strmov.c
strnlen.c
strnmov-sparc.s
strnmov.c
strrchr.c
strstr-sparc.s
strstr.c just tried to find all 'skipp' and replace it with 'skip'. 2004-02-02 20:25:39 +04:00
strto.c If the system has 64 bit "long", then "long long" does not add new 2004-08-26 17:30:53 +02:00
strtod.c Backport my_strntod() from 5.0 2005-02-22 12:51:23 +02:00
strtol.c If the system has 64 bit "long", then "long long" does not add new 2004-08-26 17:30:53 +02:00
strtoll.c If the system has 64 bit "long", then "long long" does not add new 2004-08-26 17:30:53 +02:00
strtoul.c If the system has 64 bit "long", then "long long" does not add new 2004-08-26 17:30:53 +02:00
strtoull.c If the system has 64 bit "long", then "long long" does not add new 2004-08-26 17:30:53 +02:00
strxmov-sparc.s
strxmov.asm
strxmov.c
strxnmov.c
t_ctype.h
uca-dump.c uca-dump.c: 2004-11-24 13:28:48 +04:00
udiv.c
utr11-dump.c utr11-dump.c: 2004-08-25 10:15:46 +05:00
xml.c Fixes during review of new code 2005-07-04 03:42:33 +03:00

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.