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
Alexander Barkov 765ae6e821 MDEV-19239 ERROR 1300 (HY000): Invalid utf8 character string in 10.3.13-MariaDB
A sequence of <digits>e<mbhead><mbtail>, e.g.:

  SELECT 123eXYzzz FROM t1;

was not scanned correctly (where XY is a multi-byte character).

The multi-byte head byte X was appended to 123e separately from
the multi-byte tail byte Y, so a pointer to "Yzzz" was passed
into scan_ident_start(), which failed on a bad multi-byte sequence.

After this change, scan_ident_start() gets a pointer to "XYzzz",
so it correctly sees the whole multi-byte character.
2019-04-21 12:07:30 +04:00
BUILD
client
cmake Merge remote-tracking branch 'origin/10.2' into 10.3 2019-04-12 10:56:36 +03:00
dbug
debian
Docs
extra MDEV-14192: Add debug assertions 2019-04-08 21:38:32 +03:00
include Merge remote-tracking branch 'origin/10.2' into 10.3 2019-04-12 10:56:36 +03:00
libmariadb@2c5aebb3bc
libmysqld
libservices
man
mysql-test MDEV-19239 ERROR 1300 (HY000): Invalid utf8 character string in 10.3.13-MariaDB 2019-04-21 12:07:30 +04:00
mysys Remove unused declarations 2019-04-03 19:46:34 +03:00
mysys_ssl Merge branch '10.2' into 10.3 2019-03-29 19:41:41 +01:00
pcre
plugin Merge 10.2 into 10.3 2019-04-03 11:22:51 +03:00
randgen/conf
scripts
sql MDEV-19239 ERROR 1300 (HY000): Invalid utf8 character string in 10.3.13-MariaDB 2019-04-21 12:07:30 +04:00
sql-bench
sql-common
storage Merge 10.2 into 10.3 2019-04-17 15:26:17 +03:00
strings Remove unused declarations 2019-04-03 19:46:34 +03:00
support-files
tests
unittest Merge branch '10.2' into 10.3 2019-03-29 19:41:41 +01:00
vio
win
wsrep
zlib
.gitattributes
.gitignore
.gitmodules
.travis.compiler.sh
.travis.yml
appveyor.yml
BUILD-CMAKE
CMakeLists.txt Merge branch '10.2' into 10.3 2019-03-29 19:41:41 +01:00
config.h.cmake
configure.cmake
COPYING
COPYING.thirdparty
CREDITS
EXCEPTIONS-CLIENT
INSTALL-SOURCE
INSTALL-WIN-SOURCE
KNOWN_BUGS.txt
README.md
VERSION bump the VERSION 2019-04-02 11:31:53 -04:00

Code status:

  • Travis CI status travis-ci.org (10.3 branch)
  • Appveyor CI status ci.appveyor.com

MariaDB: drop-in replacement for MySQL

MariaDB is designed as a drop-in replacement of MySQL(R) with more features, new storage engines, fewer bugs, and better performance.

MariaDB is brought to you by the MariaDB Foundation. Please read the CREDITS file for details about the MariaDB Foundation, and who is developing MariaDB.

MariaDB is developed by many of the original developers of MySQL who now work for the MariaDB Foundation and the MariaDB Corporation, and by many people in the community.

MySQL, which is the base of MariaDB, is a product and trademark of Oracle Corporation, Inc. For a list of developers and other contributors, see the Credits appendix. You can also run 'SHOW authors' to get a list of active contributors.

A description of the MariaDB project and a manual can be found at:

https://mariadb.org/

https://mariadb.com/kb/en/

https://mariadb.com/kb/en/mariadb-vs-mysql-features/

https://mariadb.com/kb/en/mariadb-versus-mysql-features/

https://mariadb.com/kb/en/mariadb-versus-mysql-compatibility/

As MariaDB is a full replacement of MySQL, the MySQL manual at http://dev.mysql.com/doc is generally applicable.

Help:

More help is available from the Maria Discuss mailing list https://launchpad.net/~maria-discuss and the #maria IRC channel on Freenode.

License:


NOTE:

MariaDB is specifically available only under version 2 of the GNU General Public License (GPLv2). (I.e. Without the "any later version" clause.) This is inherited from MySQL. Please see the README file in the MySQL distribution for more information.

License information can be found in the COPYING, COPYING.LESSER, and COPYING.thirdparty files.


Bug Reports:

Bug and/or error reports regarding MariaDB should be submitted at: https://jira.mariadb.org

For reporting security vulnerabilities see: https://mariadb.org/about/security-policy/

Bugs in the MySQL code can also be submitted at: https://bugs.mysql.com

The code for MariaDB, including all revision history, can be found at: https://github.com/MariaDB/server