MariaDB server is a community developed fork of MySQL server. Started by core members of the original MySQL team, MariaDB actively works with outside developers to deliver the most featureful, stable, and sanely licensed open SQL server in the industry.
Find a file
Alexey Kopytov e544285dc2 Bug #41710: MySQL 5.1.30 crashes on the latest OpenSolaris 10
Change the default optimization level for Sun Studio to "-O1". 
This is a workaround for a Sun Studio bug (see bug #41710 
comments for details): 
 
1. Use $GCC instead of $ac_cv_prog_gcc to check for gcc, since 
the first one is the only documented way to do it. 
 
2. Use $GXX instead of $ac_cv_prog_cxx_g to check for g++, 
since the latter is set to "yes" when the C++ compiler accepts 
"-g" which is the case for both g++ and CC. 
 
3. When building with Sun Studio, set the default values for 
CFLAGS/CXXFLAGS to "-O1", since unlike GCC, Sun Studio 
interprets "-O" as "-xO3" (see the manual pages for cc and CC). 

configure.in:
  1. Use $GCC instead of $ac_cv_prog_gcc to check for gcc, since 
  the first one is the only documented way to do it. 
   
  2. Use $GXX instead of $ac_cv_prog_cxx_g to check for g++, 
  since the latter is set to "yes" when the C++ compiler accepts 
  "-g" which is the case for both g++ and CC. 
   
  3. When building with Sun Studio, set the default values for 
  CFLAGS/CXXFLAGS to "-O1", since unlike GCC, Sun Studio 
  interprets "-O" as "-xO3" (see the manual pages for cc and CC).
2009-06-18 17:11:47 +04:00
.bzr-mysql changed the version 2009-05-28 10:35:29 +03:00
bdb
BitKeeper
BUILD
client Automerge. 2009-06-17 16:36:45 +04:00
cmd-line-utils Addendum to Bug #45286 : implement reviewer's remarks. 2009-06-05 19:23:44 +03:00
config/ac-macros
dbug Bug #45286: compilation warnings on mysql-5.0-bugteam on MacOSX 2009-06-05 15:05:26 +03:00
Docs
extra
heap
include MySQL 5.0 backport of Chad Miller's patch for Bug#34309: 2009-05-30 12:38:36 -03:00
innobase Bug#39793 Foreign keys not constructed when column has a '#' in a comment or default value 2009-05-19 11:32:21 +05:00
libmysql
libmysql_r
libmysqld
man
myisam
myisammrg
mysql-test Disabled embedded server for the test case for bug #45236. 2009-06-17 20:10:48 +04:00
mysys
ndb
netware
os2
pstack
regex
scripts
server-tools
sql Bug #43414 Parenthesis (and other) warnings compiling MySQL 2009-06-17 15:54:01 +02:00
sql-bench
sql-common Bug#41190: shared memory connections do not work in Vista, if server started from cmdline 2009-06-10 10:59:59 -03:00
SSL
strings Bug #45286: compilation warnings on mysql-5.0-bugteam on MacOSX 2009-06-05 15:05:26 +03:00
support-files fixed the build-tags command 2009-06-12 17:06:59 +03:00
tests
tools
VC++Files
vio
win Updates to build with community features enabled for community builds. 2009-05-20 23:04:34 +02:00
zlib
.bzrignore
.cvsignore
CMakeLists.txt Updates to build with community features enabled for community builds. 2009-05-20 23:04:34 +02:00
configure.in Bug #41710: MySQL 5.1.30 crashes on the latest OpenSolaris 10 2009-06-18 17:11:47 +04:00
COPYING
EXCEPTIONS-CLIENT
INSTALL-SOURCE
INSTALL-WIN-SOURCE
Makefile.am
README

This is a release of MySQL, a dual-license SQL database server.
MySQL is brought to you by the MySQL team at MySQL AB.

License information can be found in these files:
- For GPL (free) distributions, see the COPYING file and
  the EXCEPTIONS-CLIENT file.
- For commercial distributions, see the LICENSE.mysql file.


For further information about MySQL or additional documentation, see:
- The latest information about MySQL: http://www.mysql.com
- The current MySQL documentation: http://dev.mysql.com/doc

Some manual sections of special interest:

- If you are migrating from an older version of MySQL, please read the
  "Upgrading from..." section first!
- To see what MySQL can do, take a look at the features section.
- For installation instructions, see the Installing and Upgrading chapter.
- For the new features/bugfix history, see the Change History appendix.
- For the currently known bugs/misfeatures (known errors) see the Problems
  and Common Errors appendix.
- For a list of developers and other contributors, see the Credits
  appendix.

A local copy of the MySQL Reference Manual can be found in the Docs
directory in GNU Info format.  You can also browse the manual online or
download it in any of several formats at the URL given earlier in this
file.

************************************************************

IMPORTANT:

Bug or error reports should be sent to http://bugs.mysql.com.