Sergei Golubchik
0dc23679c8
10.0-base merge
2014-02-26 15:28:07 +01:00
Nirbhay Choubey
ae6e1548cb
Merge from maria/5.5 (-rtag:mariadb-5.5.36).
2014-02-25 17:49:41 -05:00
Sergei Golubchik
0b9a0a3517
5.5 merge
2014-02-25 16:04:35 +01:00
Murthy Narkedimilli
075a2fb716
Updated/added copyright header. Added line "use is subject to license terms"
...
to copyright header.
2014-02-17 18:19:04 +05:30
Murthy Narkedimilli
42bfa90874
Updated/added copyright header. Added line "use is subject to license terms"
...
to copyright header.
2014-02-17 18:19:04 +05:30
Sergei Golubchik
b1966435c2
MDEV-5580 /etc/init.d/mysql exits too early
...
Wait until the server starts accepting connections, not until the pid file appears
2014-02-17 11:10:30 +01:00
Sergei Golubchik
cb324d91ad
MDEV-5579 rpm postun scriptlet leaks exit code to rpm
2014-02-17 11:10:03 +01:00
Sergei Golubchik
84651126c0
MySQL-5.5.36 merge
...
(without few incorrect bugfixes and with 1250 files where only a copyright year was changed)
2014-02-17 11:00:51 +01:00
Michael Widenius
313f18be5a
Fixed errors and warnings found by buildbot
...
mysql-test/r/lowercase_table2.result:
Updated result
(The change happend because we don't try to open the table anymore as part of create table)
mysql-test/suite/rpl/r/create_or_replace_mix.result:
Fixed result file
mysql-test/suite/rpl/r/create_or_replace_row.result:
Fixed result file
mysql-test/suite/rpl/r/create_or_replace_statement.result:
Fixed result file
mysql-test/suite/rpl/t/create_or_replace.inc:
Drop open temporary table
mysys/my_delete.c:
Added missing newline
plugin/metadata_lock_info/mysql-test/metadata_lock_info/r/user_lock.result:
Fixed result
(Lock names was before off by one. Was corrected by my previous patch)
sql/sql_select.cc:
Fixed compiler warnings by adding missing casts
storage/connect/ha_connect.cc:
Fixed compiler warnings
storage/innobase/os/os0file.cc:
Fixed compiler warnings
storage/xtradb/btr/btr0btr.cc:
Fixed compiler warnings
storage/xtradb/handler/ha_innodb.cc:
removed not used function
strings/ctype-uca.c:
Fixed compiler warnings
support-files/compiler_warnings.supp:
Added suppression for warnings that are wrong or are not serious andthat we don't plan to fix.
2014-02-06 16:14:09 +02:00
Sergei Golubchik
72c20282db
10.0-base merge
2014-02-03 15:22:39 +01:00
Sergei Golubchik
59d9d08e2b
5.5 merge
2014-02-01 00:54:03 +01:00
Nirbhay Choubey
4a6be51f78
* Merged revisions: 3431, 3435..3457, 3459, 3460 from maria-5.5-galera.
...
* Fixed Debian/Ubuntu dist files.
* Fixed some compiler warnings.
2014-01-30 12:45:38 -05:00
Nirbhay Choubey
ecc2c96c9d
Merge of maria/5.5 into maria-5.5-galera.
...
bzr merge -r tag:mariadb-5.5.35 maria/5.5
2014-01-29 19:00:43 -05:00
Jan Lindström
d43afb8828
Merge MariaDB-10.0.7 revision 3961.
2014-01-25 11:02:49 +02:00
Sergei Golubchik
37d240ecf9
MySQL-5.5.35 merge
2014-01-22 15:29:36 +01:00
Nirbhay Choubey
31eaa90a6e
Merging revision 3839..3932 from codership-mysql/5.5.
2014-01-09 14:54:57 -05:00
Murthy Narkedimilli
c92223e198
Updated/added copyright headers
2014-01-06 10:52:35 +05:30
Murthy Narkedimilli
496abd0814
Updated/added copyright headers
2014-01-06 10:52:35 +05:30
Sergei Golubchik
d28d3ba40d
10.0-base merge
2013-12-16 13:02:21 +01:00
Sergei Golubchik
6bf10fac44
5.5 merge
2013-12-15 15:57:26 +01:00
Nirbhay Choubey
8acebe6d63
MDEV#5384: Update init script in MariaDB Cluster
...
Reduced the sleep time to 10secs.
2013-12-05 10:59:18 -05:00
Seppo Jaakola
496e22cf3b
merge with MariaDB 5.6 bzr merge lp:maria --rtag:mariadb-10.0.6
...
and a number of fixes to make this buildable.
Run also few short multi-master high conflict rate tests, with no issues
2013-12-04 10:32:43 +02:00
Jan Lindström
071edcfea0
Merge with MariaDB 5.5.34.
2013-11-25 17:14:08 +02:00
Sergei Golubchik
c6d30805db
5.5 merge
2013-11-23 00:50:54 +01:00
Sergei Golubchik
5e812ee03b
MDEV-5303 rpm post-inst scriptlet creates mysql user with a valid shell
...
create mysql user with /sbin/nologin shell
2013-11-20 12:18:46 +01:00
Michael Widenius
bbda717e93
Fixed compiler errors and warnings
...
extra/jemalloc/src/ctl.c:
Fixed compiler warning
include/mysql/service_logger.h:
Fixed compile failure with clang compiler
storage/maria/ma_check.c:
Fixed compiler warning
support-files/compiler_warnings.supp:
Suppressed warnings in jemalloc
tests/bug25714.c:
Fixed compiler warning
2013-12-02 22:22:43 +02:00
Sergey Vojtovich
160236f880
MDEV-5182 - build of 10.0.4/r3863 fails @ 'cmake' with
...
-DINSTALL_SYSCONFDIR/-DDEFAULT_SYSCONFDIR specified
The reason for a bug is in support-files/CMakeLists.txt that tries to
install files in INSTALL_SYSCONF2DIR, without checking whether this
variable is actually defined.
Normally INSTALL_SYSCONF2DIR is always defined if INSTALL_SYSCONFDIR is
defined, and support-files/CMakeLists.txt assumes that. But when one
specifies INSTALL_SYSCONFDIR manually on the command line, this
assumption might be broken.
2013-11-18 15:48:01 +04:00
Sergei Golubchik
fa3f8a18b2
mysql-5.5.34 merge
...
(some patches reverted, test case added)
2013-11-19 13:16:25 +01:00
Sergei Golubchik
4157185f24
10.0-base merge
2013-11-13 23:03:48 +01:00
Sergei Golubchik
bdd883ed9a
5.5. merge
2013-11-13 14:07:58 +01:00
Sergei Golubchik
6971eaf3f0
MDEV-5030 RPM installation not running mysql_install_db if datadir exists
...
before running mysql_install_db check for the existence
of $datadir/mysql, not simply $datadir ($datadir might be mounted on
a separate device - exists, but empty)
2013-11-11 09:31:05 +01:00
Balasubramanian Kandasamy
fc98c60f51
Merge 5.1 => 5.5
2013-10-30 04:12:24 +01:00
Balasubramanian Kandasamy
ef2238b88e
Merge 5.1 => 5.5
2013-10-30 04:12:24 +01:00
Balasubramanian Kandasamy
d73f2a8224
Removed non gpl file docs/mysql.info from community packages
2013-10-30 04:07:07 +01:00
Balasubramanian Kandasamy
3d553c27b6
Removed non gpl file docs/mysql.info from community packages
2013-10-30 04:07:07 +01:00
Sergey Petrunya
1e36cbfa39
MDEV-3798: [SHOW] EXPLAIN UPDATE/DELETE
...
- Merge with 10.0-base
2013-10-15 11:51:41 +04:00
Sergey Petrunya
e5d13c1567
Merge 10.0-base -> 10.0
2013-10-16 13:38:42 +04:00
Seppo Jaakola
255e20a175
Merged revisions 3418..3424 from mariadb-galera-5.5
2013-10-07 08:57:23 +03:00
Seppo Jaakola
06a7eeb992
Merged revisions 3411..3417 from mariadb-galera-5.5
2013-10-07 00:18:26 +03:00
Jan Lindström
ac5d1d761a
Merged revisions 3916--3921 from lp:~codership/codership-mysql/5.5-23
...
------------------------------------------------------------
revno: 3921
fixes bug: https://launchpad.net/bugs/1228149
committer: Alexey Yurchenko <alexey.yurchenko@codership.com>
branch nick: 5.5-23
timestamp: Mon 2013-09-23 18:29:42 +0300
message:
References lp:1228149 - fixing typos.
------------------------------------------------------------
revno: 3920
committer: Vladislav Klyachin <vladislav.klyachin@codership.com>
branch nick: 5.5-23
timestamp: Fri 2013-09-20 15:43:18 +0400
message:
References lp:1201893 - remove setenv("WSREP_LOG_DIR") from ha_innodb.cc
------------------------------------------------------------
revno: 3919
tags: wsrep_23.7.6
fixes bug: https://launchpad.net/bugs/1087368
committer: Alexey Yurchenko <alexey.yurchenko@codership.com>
branch nick: 5.5-23
timestamp: Thu 2013-09-19 06:00:43 +0300
message:
References lp:1087368 - fix to preserve the order of options in case --wsrep-new-cluster is i
n the middle of option list
------------------------------------------------------------
revno: 3918
committer: Alexey Yurchenko <alexey.yurchenko@codership.com>
branch nick: 5.5-23\
timestamp: Wed 2013-09-18 23:22:55 +0300
message:
bumped wsrep patch version number to 7.6
------------------------------------------------------------
revno: 3917
committer: Vladislav Klyachin <vladislav.klyachin@codership.com>
branch nick: 5.5-23
timestamp: Wed 2013-09-18 20:11:39 +0400
message:
References lp:1218944 - wsrep_sst_rsync now recognizes log_group_home_dir
------------------------------------------------------------
revno: 3916
fixes bug: https://launchpad.net/bugs/1224775
committer: Alexey Yurchenko <alexey.yurchenko@codership.com>
branch nick: 5.5-23
timestamp: Sun 2013-09-15 21:29:57 +0300
message:
References lp:1224775 - reworked wsrep_recover to create temporary log file in $DATADIR. Plus
cleaned up that function slightly.
2013-09-26 17:51:01 +03:00
Sergei Golubchik
ed2c573451
update /etc/my.cnf.d/server.cnf to say 10.0, not 5.5
2013-09-25 19:41:28 +02:00
Sergei Golubchik
4ec2e9d7ed
5.5 merge and fixes for compiler/test errors
2013-09-18 13:07:31 +02:00
Sergei Golubchik
909775a762
mariadb-5.5.33 merge
2013-09-18 12:00:23 +02:00
Sergei Golubchik
62643f81e6
merge with 5.5-tokudb tree. In particular:
...
* add TokuDB, together with the ft-index library
* cmake support, auto-detecting whether tokudb can be built
* fix packaging - tokudb-engine.rpm, deb
* remove PBXT
* add jemalloc
* the server is built with jemalloc by default even if TokuDB is not built
* documentation files in RPM are installed in the correct location
* support for optional deb packages (tokudb has specific build requirements)
* move plugins from mariadb-server deb to appropriate debs (server/test/libmariadbclient)
* correct mariadb-test.deb to be not architecture-independent
* fix out-of-tree builds to never modify in-tree files
* new handler::prepare_index_scan() method
2013-09-10 23:02:25 +02:00
Sergei Golubchik
265bbf5fe1
introduce sysconf2dir, install tokudb.conf there, both in rpm and deb
2013-09-10 22:59:18 +02:00
Balasubramanian Kandasamy
07ffbdc2c9
Reverted the changes to spec file to ignore mysqld_safe.pid file, updated the logic to get the correct count of PID files
2013-09-09 20:07:12 +02:00
Balasubramanian Kandasamy
9b87a53a10
Reverted the changes to spec file to ignore mysqld_safe.pid file, updated the logic to get the correct count of PID files
2013-09-09 20:07:12 +02:00
Balasubramanian Kandasamy
543b6e0224
Reverted the changes to spec file, updated the logic to get the correct count of PID files
2013-09-09 19:49:44 +02:00
Balasubramanian Kandasamy
5da2ffc7c9
Reverted the changes to spec file, updated the logic to get the correct count of PID files
2013-09-09 19:49:44 +02:00
Hery Ramilison
199a98ee28
Committing patch from venkata.sidagam@oracle.com for Bug#16776528
2013-09-09 18:58:08 +02:00