summaryrefslogtreecommitdiff
path: root/extra/resolve_stack_dump.c
Commit message (Collapse)AuthorAgeFilesLines
* Many files:kent@mysql.com/kent-amd64.(none)2006-12-231-2/+1
| | | | Changed header to GPL version 2 only
* A patch for Netware.jani@ua141d10.elisa.omakaista.fi2005-01-131-0/+5
|
* system_charset_info has been moved to /sql directoryroot@home.(none)2003-03-161-5/+5
| | | | and isn't used in libraries any longer
* Merge with 4.0.3monty@narttu.mysql.fi2002-08-301-5/+8
|\ | | | | | | | | | | | | | | | | Some simple optimzations, more comments and indentation changes. Add ` around database in 'use database' in binary log. Moved max_error_count and max_warning_count to variables struct. Removed SHOW_WARNS_COUNT and SHOW_ERRORS_COUNT calls. Changed string functions to use character set of first string argument as default return characterset (Each string function can change the above assumption if needed)
| * merge with 4.0monty@hundin.mysql.fi2002-06-031-42/+38
| |\
| * | New ctype functions/macros to support many charsets at a timebar@gw.udmsearch.izhnet.ru2002-03-121-5/+5
| | |
* | | Big code cleanup/review before 4.0.2 release.monty@mashka.mysql.fi2002-06-111-67/+63
| |/ |/| | | | | | | (All commit emails since 4.0.1 checked) This had to be done now, before the 4.1 tree changes to much, to make it easy to propagate bug fixes to the 4.1 tree.
* | Added useful exit error code for programs using my_getopt in casejani@hynda.(none)2002-05-291-6/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | of an error in option handling. This can sometimes be useful in scripts. Changed some exit code names and corresponding numbers. Fixed a bug in mysqld.cc, in replication related options. Added a global flag in my_getopt, which can be set by any program that is using my_getopt, which tells whether the client should print the error message itself, or whether my_getopt should do it. The default is that my_getopt will print the error messages.
* | moved my_getopt.h under client_priv.hjani@hynda.(none)2002-05-221-40/+39
| | | | | | | | | | Changed my_print_defaults, mysql_install, perror, resolve_stack_dump, resolveip and pack_isam to use my_getopt.
* | init_dynamic_array MyODBC compatibility fixserg@serg.mysql.com2002-04-281-2/+2
|/
* Merge with 3.23.47monty@hundin.mysql.fi2001-12-151-1/+2
|\
| * slave-skip-errorssasha@mysql.sashanet.com2001-12-121-1/+2
| | | | | | | | | | | | added extra/mysql_install.c - will work on it in 4.0, but it does not hurt to have it sit in 3.23 tree for now since it will eventually be backported to 3.23 anyway
* | Update copyrightmonty@hundin.mysql.fi2001-12-061-25/+23
| | | | | | | | Fixed memory leak on shutdown (Affects the embedded version & MyODBC)
* | Changed to use my_global.hmonty@hundin.mysql.fi2001-09-141-1/+1
|/ | | | | Fixed problem with LIKE with latin1_de Added parsing support of UNSIGNED LONG LONG
* Portability fixes for Ia64 and Sgi compilermonty@donna.mysql.fi2001-04-251-1/+1
| | | | | | DROP DATABASE in mysqladmin asks for confirmation (again) Added examined_rows to slow query log SHOW CREATE for TEMPORARY table
* Added test case that crashed Innobasemonty@donna.mysql.fi2001-03-261-8/+32
|
* extra/resolve_stack_dump.csasha@mysql.sashanet.com2001-02-031-1/+3
| | | | skip gcc2_compiled. junk
* fixed buffer overrun in resolve_stack_dumpsasha@mysql.sashanet.com2001-01-181-4/+4
| | | | | fixes for restore table test case for backup/restore
* Added resovle_stack_dumpsasha@mysql.sashanet.com2001-01-051-0/+303