summaryrefslogtreecommitdiff
path: root/dbug
Commit message (Collapse)AuthorAgeFilesLines
* dbug/dbug_analyze.c : Avoid the unresolved symbol "my_thread_global_init()"joerg@debian.(none)2007-04-231-1/+3
| | | | | | in a build "--without-server". Fix for bug#14685
* Merge bk-internal.mysql.com:/home/bk/mysql-5.0monty@mysql.com/narttu.mysql.fi2007-01-221-27/+27
|\ | | | | | | into mysql.com:/home/my/mysql-5.0
| * Fixed compiler warnings detected by option -Wshadow and -Wunused:monty@mysql.com/narttu.mysql.fi2006-12-151-27/+27
| | | | | | | | | | | | | | | | | | | | | | | | - Removed not used variables and functions - Added #ifdef around code that is not used - Renamed variables and functions to avoid conflicts - Removed some not used arguments Fixed some class/struct warnings in ndb Added define IS_LONGDATA() to simplify code in libmysql.c I did run gcov on the changes and added 'purecov' comments on almost all lines that was not just variable name changes
* | my_strtoll10-x86.s:kent@mysql.com/kent-amd64.(none)2006-12-312-1/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Corrected spelling in copyright text Makefile.am: Don't update the files from BitKeeper Many files: Removed "MySQL Finland AB & TCX DataKonsult AB" from copyright header Adjusted year(s) in copyright header Many files: Added GPL copyright text Removed files: Docs/Support/colspec-fix.pl Docs/Support/docbook-fixup.pl Docs/Support/docbook-prefix.pl Docs/Support/docbook-split Docs/Support/make-docbook Docs/Support/make-makefile Docs/Support/test-make-manual Docs/Support/test-make-manual-de Docs/Support/xwf
* | Many files:kent@mysql.com/kent-amd64.(none)2006-12-231-2/+2
|/ | | | Changed header to GPL version 2 only
* Remove compiler warningsmonty@mysql.com/nosik.monty.fi2006-11-201-7/+7
| | | | | | | (Mostly in DBUG_PRINT() and unused arguments) Fixed bug in query cache when used with traceing (--with-debug) Fixed memory leak in mysqldump Removed warnings from mysqltest scripts (replaced -- with #)
* make dist changes for Cmake buildgeorg@lmy002.wdf.sap.corp2006-09-011-1/+2
|
* Additional files for cmake supportgeorg@lmy002.wdf.sap.corp2006-08-311-0/+5
|
* Cset exclude: msvensson@neptunus.(none)|ChangeSet|20060612110740|13873msvensson@neptunus.(none)2006-08-241-4/+1
|
* Bug#19517 No simple way to detect wether server was compiled with libdbugmsvensson@neptunus.(none)2006-06-121-1/+4
| | | | - Define DBUG_ON and DBUG_OFF in config.h
* Fix two Valgrind memory leak warnings.knielsen@mysql.com2006-05-151-16/+68
|
* Several fixes revelaled by Intel compiler.jani@a193-229-222-105.elisa-laajakaista.fi2005-09-231-0/+1
|
* Fix build using --without-server. (Bug #11680)jimw@mysql.com2005-08-231-0/+2
|
* Mergekent@mysql.com2005-07-061-1/+1
|\
| * Makefile.am:kent@mysql.com2005-07-051-1/+2
| | | | | | | | | | Added -I$(top_builddir)/include for searching generated header files, when builddir != srcdir
* | Removed support for RAID, mit-threads, and MySQL FS (really, if someone ↵brian@zim.(none)2005-03-161-1/+1
| | | | | | | | wants this feature look at a web-dav hookup).
* | fixed automake problem in dbug/Makefile.amserg@serg.mylan2005-01-281-3/+1
| |
* | After merge fixesmonty@mysql.com2004-12-311-10/+12
| |
* | Add 0x before pointers (to help with debugging)monty@mysql.com2004-12-181-1/+1
| | | | | | | | | | | | | | | | Add support for VARCHAR with 1 or 2 length bytes Enable VARCHAR packing in MyISAM files (previous patch didn't pack data properly) Give error if we got problems in temporary tables during a SELECT Don't use new table generated by ALTER TABLE if index generation fails Fixed wrong call by range_end() (Could cause an ASSERT in debug mode)
* | monty.doc:paul@kite-hub.kitebird.com2004-11-292-5/+5
| | | | | | | | | | | | Grammar fix. user.r: A few typo fixes.
* | create/drop/rename user cleanupserg@serg.mylan2004-11-271-2/+4
| |
* | don't fail if dbug manual cannot be builtserg@serg.mylan2004-11-171-2/+2
| |
* | Merge bk-internal:/home/bk/mysql-5.0serg@serg.mylan2004-11-151-15/+41
|\ \ | |/ | | | | into serg.mylan:/usr/home/serg/Abk/mysql-5.0
| * More debuggingmonty@mysql.com2004-11-101-15/+41
| | | | | | | | Print position in normal log for Binlog dump
* | document DBUG_OUTPUT()serg@serg.mylan2004-11-115-11/+9
| | | | | | | | misc cleanup
* | more dbug fixups to get a nicer manual (w/o my_pthread specifics)serg@sergbook.mylan2004-11-093-27/+56
| | | | | | | | use my_main.c for the actual build, and main.c for the manual
* | dbug: DBUG_EXECUTE_IF macro, build user manual automatically, document all ↵serg@serg.mylan2004-11-046-62/+278
|/ | | | | | | features charset2html moved from mysys to extra ignore: new files added, garbage removed
* Made my_snprintf() behavior snprintf() compatible when printing %x arguments ↵dlenev@brandersnatch.localdomain2004-05-271-2/+2
| | | | | | | | | | | | (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.
* just tried to find all 'skipp' and replace it with 'skip'.ram@gw.mysql.r18.ru2004-02-021-1/+1
|
* Merge with 4.0.17monty@mysql.com2003-12-171-1/+1
|\
| * Added checking of return value from my_once_alloc() in charsetmonty@mysql.com2003-12-101-1/+1
| | | | | | | | Added checking of return value from malloc() in reg_init()
* | Added SQLSTATE to client/server protocolmonty@narttu.mysql.fi2003-06-041-14/+10
| | | | | | | | | | | | | | | | | | | | bmove_allign -> bmove_align Added OLAP function ROLLUP Split mysql_fix_privilege_tables to a script and a .sql data file Added new (MEMROOT*) functions to avoid calling current_thd() when creating some common objects. Added table_alias_charset, for easier --lower-case-table-name handling Better SQL_MODE handling (Setting complex options also sets sub options) New (faster) assembler string functions for x86
* | Merge with 4.0monty@narttu.mysql.fi2003-03-161-1/+0
|\ \ | |/
| * Simple fixes (nothing notable)monty@mashka.mysql.fi2003-03-121-1/+0
| |
* | removed redundant -I include-dirsserg@serg.mysql.com2002-11-261-1/+1
|/
* added DBUG_ENTER/RETURN tags, dbug_add_tags.pl bugfixserg@sergbook.mysql.com2002-11-051-2/+1
|
* DBUG_ENTER/RETURN tags addedserg@sergbook.mysql.com2002-11-051-0/+74
| | | | perl script to tag all the functions in a C/C++ file automatically
* - Applied required modifications for automake 1.5lenz@mysql.com2002-10-011-9/+0
| | | | | - some additional small fixes - added "depcomp" for automake 1.5
* Big code cleanup/review before 4.0.2 release.monty@mashka.mysql.fi2002-06-111-4/+5
| | | | | (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.
* mergemonty@hundin.mysql.fi2002-04-252-3/+12
|\
| * Fixed that IF is case insensitive if 2 and 3 arguments are case insensitive.monty@tik.mysql.fi2002-04-222-3/+12
| | | | | | | | Added copyright messages to some files that was missing it.
* | replication updates. This changeset seems to be working fine on test systems.sasha@mysql.sashanet.com2002-03-301-4/+4
| | | | | | | | | | If no problems are discovered in the next week, this will make the replication code ready for 4.0.2 release.
* | coverted my_thread_init() /end to use my_malloc()/my_free() to help tracksasha@mysql.sashanet.com2002-03-261-6/+22
| | | | | | | | down replication corruption
* | Increase max package length to 512M for mysql and mysqldump.monty@hundin.mysql.fi2002-01-231-1/+1
| | | | | | | | | | | | Faster 'read_first_row' (Fixes slow 'preparing' state) Read constant tables earlier, which provides better optimzations when using tables with <=1 row. This also fixes a complicated bug involving const tables.
* | Changed to use my_global.hmonty@hundin.mysql.fi2001-09-148-8/+8
|/ | | | | Fixed problem with LIKE with latin1_de Added parsing support of UNSIGNED LONG LONG
* Portability fixesmonty@hundin.mysql.fi2001-08-301-1/+1
|
* Fixes for OS2.monty@hundin.mysql.fi2001-08-222-95/+88
| | | | | Fix bug in isamlog Add argument types to function declarations.
* Changed pthread_mutex_init() to use new MY_MUTEX_INIT.. macromonty@donna.mysql.fi2001-03-261-1/+1
| | | | (For glibc 2.2)
* Updated benchmark and results for PostgreSQL 7.0.2monty@donna.mysql.com2000-08-181-0/+3
| | | | | Added more status to the MyISAM files to avoid checking files that has already been checked.
* Fix "dosen't" for someone who mailed us. :)jcole@jcole.burghcom.com2000-08-161-4/+4
|