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
unknown 0d3f926a1c WL#2735: Refactor replication
Factoring out pack_row() and unpack_row() into new files
rpl_record.{cc,h}.


libmysqld/Makefile.am:
  Adding file rpl_record.cc
sql/CMakeLists.txt:
  Adding file rpl_record.cc
sql/Makefile.am:
  Adding file rpl_record.cc and rpl_record.h
sql/log_event.cc:
  Moving implementation of unpack_row() into "rpl_record.cc".
  Adding inclusion of header file "rpl_record.h".
sql/log_event_old.cc:
  Signature of do_prepare_row() changed.
sql/log_event_old.h:
  Adding copyright.
sql/rpl_record_old.cc:
  Signature of do_prepare_row() changed.
sql/rpl_record_old.h:
  Adding copyright.
  Signature of do_prepare_row() changed.
sql/sql_class.cc:
  Moving implementation THD::pack_row() into "rpl_record.cc" and rewriting
  it to be a global function.
  Adding inclusion of header file "rpl_record.h".
sql/sql_class.h:
  Removing pack_row() as THD member function.
sql/rpl_record.cc:
  New BitKeeper file ``sql/rpl_record.cc''
sql/rpl_record.h:
  New BitKeeper file ``sql/rpl_record.h''
2007-04-13 14:55:28 +02:00
BitKeeper
BUILD Merge mysql.com:/nfsdisk1/lars/bkroot/mysql-5.1-new-rpl 2007-03-29 13:49:10 +02:00
client Merge romeo.(none):/home/bkroot/mysql-5.1-rpl 2007-04-13 08:55:03 +02:00
cmd-line-utils
config/ac-macros Merge mysql.com:/home/bar/mysql-5.0.b22378 2007-03-29 10:03:59 +05:00
dbug
Docs
extra Merge pilot.blaudden:/home/msvensson/mysql/mysql-5.1 2007-04-02 11:15:09 +02:00
include Merge bk@192.168.21.1:mysql-5.1-opt 2007-04-07 14:59:53 +05:00
libmysql
libmysql_r
libmysqld WL#2735: Refactor replication 2007-04-13 14:55:28 +02:00
man
mysql-test BUG#17095 (Cluster RBR in circle does not terminate): 2007-04-13 12:03:01 +02:00
mysys Portability fix to work around OS X -x86 toolchain bug with common (uninitialized data) symbols 2007-04-04 11:41:43 +02:00
netware
plugin
pstack
regex
scripts Merge pilot.blaudden:/home/msvensson/mysql/mysql-5.1 2007-04-02 11:15:09 +02:00
server-tools
sql WL#2735: Refactor replication 2007-04-13 14:55:28 +02:00
sql-bench
sql-common Merge pilot.blaudden:/home/msvensson/mysql/bug24121/my50-bug24121 2007-03-29 13:37:40 +02:00
storage Merge bk@192.168.21.1:mysql-5.1 2007-04-09 11:07:20 +05:00
strings Merge mysql.com:/home/bar/mysql-5.0.b27079 2007-03-29 10:36:28 +05:00
support-files Merge mysql.com:/home/kent/bk/tmp/mysql-5.0-build 2007-03-28 23:08:00 +02:00
tests Bug#21432 Database/Table name limited to 64 bytes, not chars, problems with multi-byte 2007-04-03 16:13:27 +05:00
unittest
vio Merge pilot.blaudden:/home/msvensson/mysql/bug25309/my51-bug25309 2007-03-29 11:48:05 +02:00
win configure.in: 2007-03-28 23:00:50 +02:00
zlib
.bzrignore Bug #26783 replication status unknown after cluster or mysqld failure 2007-04-03 07:20:55 +02:00
.cvsignore
CMakeLists.txt configure.in: 2007-03-28 23:00:50 +02:00
configure.in Added comment about changing major version number. 2007-04-11 12:30:30 +02:00
COPYING
EXCEPTIONS-CLIENT
Makefile.am Makefile.am: 2007-03-28 23:18:43 +02:00
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.