Commit graph

23 commits

Author SHA1 Message Date
malff/marcsql@weblab.(none)
74bbe20546 Manual merge 2007-08-22 12:02:23 -06:00
knielsen@ymer.(none)
e9f7bfd69d Merge ymer.(none):/usr/local/mysql/mysql-5.0-engines
into  ymer.(none):/usr/local/mysql/mysql-5.1-engines
2007-07-07 07:48:43 +02:00
knielsen@ymer.(none)
db649ad5d1 Bug #29543 GCov information not written in case of crash.
For GCov builds, if the server crashes, the normal exit handler for writing
coverage information is not executed due to the abnormal termination.

Fix this by explicitly calling the __gcov_flush function in our crash handler.
2007-07-07 07:46:17 +02:00
monty@mysql.com/narttu.mysql.fi
410fc81a72 After merge fixes
Removed a lot of compiler warnings
Removed not used variables, functions and labels
Initialize some variables that could be used unitialized (fatal bugs)
%ll -> %l
2007-01-29 01:47:35 +02:00
monty@narttu.mysql.fi
8a80e36ac3 Merge mysql.com:/home/my/mysql-5.0
into  mysql.com:/home/my/mysql-5.1
Merge of 'remove compiler warnings when using -Wshadow'
2007-01-27 03:46:45 +02:00
monty@mysql.com/narttu.mysql.fi
88dd873de0 Fixed compiler warnings detected by option -Wshadow and -Wunused:
- 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
2006-12-15 00:51:37 +02:00
knielsen/pushbuild@production.mysql.com
afd96d6498 More fully disable ccache when not compatible with gcov.
This helps on systems where `which gcc` really points to ccache.
2006-11-28 22:31:05 +01:00
jani@ua141d10.elisa.omakaista.fi
02f29377fd Changed several char* to LEX_STRING*. 2006-10-16 19:57:33 +03:00
monty@mysql.com
500dd048b9 Added -DHAVE_MUTEX_THREAD_ONLY to fix that bdb doesn't crash with "unable to initialize mutex" 2006-06-28 17:23:54 +03:00
knielsen@mysql.com
21c6f52024 Fix BUILD/compile-pentium-gcov 2006-05-22 17:15:49 +02:00
monty@mashka.mysql.fi
a47d56088f Merge with 4.0 tree 2003-11-18 18:54:27 +02:00
monty@mashka.mysql.fi
2846a16c57 Merge with 3.23 (only comment changes) 2003-11-17 16:16:56 +02:00
walrus@kishkin.air.ku.ru
9f87a1a5a3 compile-pentium-gcov:
Stop line wrapping for compiler warnings.
  It needs for warnings statistic in code coverage
2003-11-05 02:25:48 +05:00
walrus@mysql.com
ae156a25e7 compile-pentium-gcov:
Stop line wraping for compiler warnings.
  It needs for warnings statistic in code coverage
2003-11-05 02:24:34 +05:00
walrus@mysql.com
9044922fae compile-pentium-gcov:
Stop the line wrapping for warnings.
  it needs for warnings statistic in code coverage
2003-11-05 02:23:13 +05:00
akishkin@work.mysql.com
af8585a42c compile-pentium-gcov Remove optimization, add innodb and bdb 2002-05-17 07:00:52 +02:00
monty@hundin.mysql.fi
d713fee16b Update to autoconf 2.52
Fix of InnoDB variables in SHOW VARIABLES
Fix for ALTER TABLE and InnoDB
2002-02-07 21:34:35 +02:00
monty@hundin.mysql.fi
b9d3a55238 Update needed for SuSE 7.3
Update for autoconf 2.52
2002-01-26 01:19:47 +02:00
sasha@mysql.sashanet.com
62e6906bfb worked around gcc bug to make compile-pentium-gcov work
increase coverage for table.cc in mysql_rm_table()
ingore temporary gcov files
fixed bug in replication test case
2001-03-26 21:03:08 -07:00
tim@cane.mysql.fi
34efa902b0 - cleaned up BUILD scripts
- consolidate common functionality into one place
    - make them detect gmake/make
2000-12-18 23:24:19 +02:00
sasha@mysql.sashanet.com
7c8773d9a3 fixes for parallel make, re-added the lost README files in mysql-test 2000-12-13 18:23:55 -07:00
sasha@mysql.sashanet.com
4d7d9c7f8f make -j 2 2000-12-07 08:38:46 -07:00
bk@work.mysql.com
f4c589ff6c Import changeset 2000-07-31 21:29:14 +02:00