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.
  • MariaDB\ 71.8%
  • C++ 16.4%
  • C 10.4%
  • Shell 0.5%
  • Perl 0.4%
  • Other 0.3%
Find a file
unknown 7191e77539 Fixed portability issue in my_thr_init.c (was added in my last push)
Fixed compiler warnings (detected by VC++):
- Removed not used variables
- Added casts
- Fixed wrong assignments to bool
- Fixed wrong calls with bool arguments
- Added missing argument to store(longlong), which caused wrong store method to be called.



client/mysqldump.c:
  Removed compiler warning
heap/hp_clear.c:
  Removed compiler warning
include/my_global.h:
  Removed compiler warning
include/my_tree.h:
  Changed memory limits from int to ulong
  (Allowed me to get rid of some compiler warnings)
myisam/mi_create.c:
  Removed compiler warning
myisam/myisampack.c:
  Removed compiler warning
mysys/base64.c:
  Removed compiler warning
mysys/my_thr_init.c:
  Fixed portability issue (detected on windows)
  Added DBUG_ASSERT to detect if we call my_thread_end() too many times
  Don't wait if THR_thread_count == -1 (error condition)
mysys/tree.c:
  Removed compiler warning
sql/field.cc:
  Removed compiler warning
  Fixed wrong parameter to check_date()
  Added missing argument to store(longlong)
sql/ha_archive.cc:
  Removed compiler warning
sql/ha_federated.cc:
  Removed compiler warning
sql/ha_innodb.cc:
  Removed not used variable
sql/handler.cc:
  Removed not used variable
  Fixed wrong if (we didn't detect if rollback or commit failed). Not critical as value is not yet used
sql/item.cc:
  Removed compiler warning
sql/item_func.cc:
  Removed compiler warning
sql/item_strfunc.cc:
  Removed compiler warning
sql/item_timefunc.cc:
  Removed compiler warning
sql/log.cc:
  Removed compiler warning
sql/mysql_priv.h:
  Removed compiler warning
sql/opt_range.cc:
  Removed compiler warning
sql/password.c:
  Removed compiler warning
sql/set_var.cc:
  Removed compiler warning
sql/slave.cc:
  Removed compiler warning
sql/sp.cc:
  Removed compiler warning
sql/sp_cache.cc:
  Removed compiler warning
sql/sp_head.cc:
  Removed compiler warning
  Adjusted argument to reserve() to not use up too much memory that we are probably not going to need
sql/sql_acl.cc:
  Added missing argument to store(longlong)
sql/sql_base.cc:
  Removed compiler warning
sql/sql_db.cc:
  Removed compiler warning
sql/sql_delete.cc:
  Removed compiler warning
sql/sql_handler.cc:
  Removed not used variable
sql/sql_lex.h:
  Removed not used variable
sql/sql_prepare.cc:
  Removed not used variable
sql/sql_rename.cc:
  Removed not used variable
sql/sql_select.cc:
  Fixed that select_options are not 'cut'
  Removed some not used variables
  Removed compiler warnings by adding cast
sql/sql_show.cc:
  Removed not used variables
  Added missing argument to store(longlong)
  Removed compiler warnings
sql/sql_trigger.cc:
  Removed not used variables
  Added cast to remove compiler warnings
sql/sql_update.cc:
  Fixed wrong set of bool variable
sql/sql_view.cc:
  Removed not used variables
  Added cast to get rid of compiler warnings
sql-common/client.c:
  Fixed compiler warning
sql-common/my_time.c:
  Fixed wrong argument to check_date()
  Added casts to get rid of compiler warnings
sql/sql_yacc.yy:
  Removed not used variable
sql/uniques.cc:
  Changes memory size from uint to ulong
  Added casts to get rid of compiler warnings
strings/ctype-simple.c:
  Fixed cast to get rid of compiler warnings
2006-11-30 18:25:05 +02:00
bdb make dist changes for Cmake build 2006-09-01 10:32:12 +02:00
BitKeeper Merge mysql.com:/home/bk/MERGE/mysql-4.1-merge 2006-11-13 17:54:01 +01:00
BUILD Remove compiler warnings 2006-11-20 22:42:06 +02:00
client Fixed portability issue in my_thr_init.c (was added in my last push) 2006-11-30 18:25:05 +02:00
cmd-line-utils Remove compiler warnings 2006-11-20 22:42:06 +02:00
config/ac-macros ha_innodb.m4, Makefile.am, ha_ndbcluster.m4, Makefile.shared, ha_berkeley.m4: 2006-11-27 21:15:25 +01:00
dbug Remove compiler warnings 2006-11-20 22:42:06 +02:00
Docs Merge mysql.com:/home/kent/bk/mysql-4.1-build 2006-11-28 18:07:50 +01:00
extra Merge kboortz@bk-internal.mysql.com:/home/bk/mysql-5.0 2006-11-27 21:45:16 +01:00
heap Fixed portability issue in my_thr_init.c (was added in my last push) 2006-11-30 18:25:05 +02:00
include Fixed portability issue in my_thr_init.c (was added in my last push) 2006-11-30 18:25:05 +02:00
innobase Merge trift2.:/MySQL/M50/clone-5.0 2006-11-14 12:47:53 +01:00
libmysql Merge kboortz@bk-internal.mysql.com:/home/bk/mysql-5.0 2006-11-27 21:45:16 +01:00
libmysql_r Merge mysql.com:/home/kent/bk/mysql-4.1 2006-11-27 18:47:07 +01:00
libmysqld Merge kboortz@bk-internal.mysql.com:/home/bk/mysql-5.0 2006-11-27 21:45:16 +01:00
man Makefile.am, configure.in: 2006-07-28 23:12:40 +02:00
myisam Fixed portability issue in my_thr_init.c (was added in my last push) 2006-11-30 18:25:05 +02:00
myisammrg Remove compiler warnings 2006-11-20 22:42:06 +02:00
mysql-test Merge bk-internal.mysql.com:/home/bk/mysql-5.0 2006-11-29 17:25:23 +02:00
mysys Fixed portability issue in my_thr_init.c (was added in my last push) 2006-11-30 18:25:05 +02:00
ndb Merge kboortz@bk-internal.mysql.com:/home/bk/mysql-5.0 2006-11-27 21:45:16 +01:00
netware netware/BUILD/nwbootstrap : Editing "mwenv" is now obsolete and even plain wrong - drop it. 2006-11-28 18:36:53 +01:00
os2 Merge 2005-09-29 03:20:31 +02:00
pstack Makefile.am, configure.in: 2005-09-24 15:51:45 +02:00
regex Remove compiler warnings 2006-11-20 22:42:06 +02:00
scripts Merge kahlann.erinye.com:/home/df/mysql/build/mtr-4.1 2006-11-14 14:48:29 +01:00
server-tools Remove compiler warnings 2006-11-20 22:42:06 +02:00
sql Fixed portability issue in my_thr_init.c (was added in my last push) 2006-11-30 18:25:05 +02:00
sql-bench Set thread_stack after return from end_thread() 2005-12-03 18:13:06 +02:00
sql-common Fixed portability issue in my_thr_init.c (was added in my last push) 2006-11-30 18:25:05 +02:00
SSL Remove client-req-pem and server-req.pem 2006-05-03 11:53:16 +02:00
strings Fixed portability issue in my_thr_init.c (was added in my last push) 2006-11-30 18:25:05 +02:00
support-files Merge trift2.:/MySQL/M41/bug22081-4.1 2006-11-16 14:38:15 +01:00
tests Remove compiler warnings 2006-11-20 22:42:06 +02:00
tools Bug#19575 MySQL-shared-5.0.21-0.glibc23 causes segfault in SSL_library_init 2006-05-31 16:19:06 +02:00
VC++Files Merge kboortz@bk-internal.mysql.com:/home/bk/mysql-5.0 2006-08-06 16:47:49 +02:00
vio Remove compiler warnings 2006-11-20 22:42:06 +02:00
win Additional files for cmake support 2006-08-31 19:52:42 +02:00
zlib Merge rkalimullin@bk-internal.mysql.com:/home/bk/mysql-5.0-maint 2006-09-18 10:37:26 +05:00
.bzrignore Ignore some generated files 2006-11-29 22:14:08 +02:00
.cvsignore Import changeset 2000-07-31 21:29:14 +02:00
CMakeLists.txt Merge mysql.com:/Users/kent/mysql/bk/mysql-5.0.27-release 2006-10-21 01:13:50 +02:00
configure.in Raise version number after cloning 5.0.30 2006-11-14 13:37:10 +01:00
COPYING - manual.texi will be replaced with a manual written in DocBook/XML. This ChangeSet removes all 2005-04-13 11:51:38 +02:00
Makefile.am Merge bk@192.168.21.1:mysql-5.0-opt 2006-11-17 10:30:16 +04:00
README make_binary_distribution.sh: 2006-11-07 22:26:37 +01:00

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.