unknown
ae87e63184
MDEV-4603 mysql_stmt_reset returns "commands out of sync" error
2014-03-06 11:47:22 +01:00
Sergei Golubchik
cb67dcb618
mysql-5.5.37 selective merge
2014-03-27 22:26:58 +01:00
Sergei Golubchik
0dc23679c8
10.0-base merge
2014-02-26 15:28:07 +01: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
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
Murthy Narkedimilli
c92223e198
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
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
Sergei Golubchik
9af177042e
10.0-base merge.
...
Partitioning/InnoDB changes are *not* merged (they'll come from 5.6)
TokuDB does not compile (not updated to 10.0 SE API)
2013-09-21 10:14:42 +02:00
Sergei Golubchik
4ec2e9d7ed
5.5 merge and fixes for compiler/test errors
2013-09-18 13:07:31 +02:00
Sergei Golubchik
42f56557f5
MDEV-4941 make: AIX fails with 'Identifier not allowed in cast'; syntax error in include/my_global.h
...
C++ comments in C files, and a typo in my_global.h
2013-09-09 19:31:29 +02:00
Sergei Golubchik
fcf87600a2
MDEV-4865 Change related to --log option/variable was merged partially
...
Complete the merge of magne.mahre@oracle.com-20101102115354-vxcaxminmzglzalk
(WL#5185 Remove deprecated 5.1 features)
2013-08-13 13:35:36 +02:00
Sergei Golubchik
b7b5f6f1ab
10.0-monty merge
...
includes:
* remove some remnants of "Bug#14521864: MYSQL 5.1 TO 5.5 BUGS PARTITIONING"
* introduce LOCK_share, now LOCK_ha_data is strictly for engines
* rea_create_table() always creates .par file (even in "frm-only" mode)
* fix a 5.6 bug, temp file leak on dummy ALTER TABLE
2013-07-21 16:39:19 +02:00
Sergei Golubchik
5f6380adde
10.0-base merge
2013-07-18 16:46:57 +02:00
Sergei Golubchik
97e640b9ae
5.5 merge
2013-07-17 21:24:29 +02:00
Sergei Golubchik
005c7e5421
mysql-5.5.32 merge
2013-07-16 19:09:54 +02:00
Sergei Golubchik
67002a58ce
fix mysql_client_test failure, sometimes we do warnings differently
2013-07-09 18:09:22 +02:00
Sergey Petrunya
79d185f9fa
Fix compilation: tests/async_queries links againist client library, and
...
must use C++ linking due to client library using SSL library, which needs
C++ linking
2013-07-05 16:45:22 +04:00
Michael Widenius
5f1f2fc0e4
Applied all changes from Igor and Sanja
2013-06-15 18:32:08 +03:00
Vladislav Vaintroub
4b058643cd
MDEV-4601 : Allow MariaDB to be build without non-blocking client.
...
Non-blocking client currently can be build on Windows, GCC on i386 and x64, or any OS wth ucontext.h header. Prior to this patch, build failed if neither of these conditions is true.
Fix to avoid compiler errors in these case - non-blocking API would not be useful on , but otherwise everything will work as before.
2013-06-15 14:22:03 +02:00
Sergei Golubchik
1098184c47
MDEV-4604 Wrong server status when sending out parameters
...
reset SERVER_MORE_RESULTS_EXISTS *after* sending the OUT packet to the client.
the next packet will be the last one.
patch by Georg Richter.
2013-06-12 22:12:09 +02:00
Sergei Golubchik
72ba95873a
10.0-base merge
...
(without InnoDB - all InnoDB changes were ignored)
2013-06-06 21:32:29 +02:00
Sergei Golubchik
4749d40c63
5.5 merge
2013-06-06 17:51:28 +02:00
Sergei Golubchik
d7a6c801ac
5.3 merge.
...
change maria.distinct to use a function that doesn't require ssl-enabled builds
2013-05-20 12:36:30 +02:00
Sergei Golubchik
639a766096
5.2 merge
2013-05-20 11:13:07 +02:00
Sergei Golubchik
4ee5ae3e7f
5.1 merge
2013-05-20 10:53:04 +02:00
Sergei Golubchik
84ce6832e6
MDEV-4332 Increase username length from 16 characters
2013-04-18 22:17:29 +02:00
Sergei Golubchik
a9035be5b7
10.0-base merge
2013-04-15 15:09:22 +02:00
Sergei Golubchik
f57ecb7786
5.5 merge
2013-04-14 10:04:07 +02:00
Sergei Golubchik
ce926c90ac
5.3 merge
2013-04-12 01:01:18 +02:00
Sergei Golubchik
ea4a417a8d
5.2 merge
2013-04-11 19:35:39 +02:00
Sergei Golubchik
61ed0ebe73
5.1 merge
2013-04-11 19:30:59 +02:00
unknown
80c0891588
MDEV-4326 fix.
...
Removed "optimization" which caused preoblems on second execution of PS with string parameter in LIMIT clause.
Fixed test_bug43560 to be able to skipp it if connection is UNIX socket.
2013-04-09 09:58:51 +03:00
Sergei Golubchik
4ec6fe10e5
remove ULL() and LL(), because they're totally unnecessary
...
and sometimes harmful (used with expressions)
2013-04-07 14:00:16 +02:00
Sergei Golubchik
7b55b59b57
MDEV-4244 [PATCH] Buffer overruns and use-after-free errors
...
fixes for gcc 4.8 - compilation warnings and -fsanitize=address
2013-04-06 21:29:12 +02:00
Murthy Narkedimilli
e55c30f943
Correcting the permissions of the executable files.
2013-03-20 17:50:15 +01:00
Murthy Narkedimilli
8afe262ae5
Fix for Bug 16395495 - OLD FSF ADDRESS IN GPL HEADER
2013-03-19 15:53:48 +01:00
Sergei Golubchik
ab83952f29
10.0-base merge
2013-01-31 09:48:19 +01:00
Sergei Golubchik
672b293860
5.3 merge
...
client/mysqltest.cc:
make --error to work for --change_user errors
2013-01-25 11:24:42 +01:00
Sergei Golubchik
de10e21411
5.2 merge
2013-01-25 10:20:45 +01:00
Sergei Golubchik
bfc71e63a7
MDEV-3915 COM_CHANGE_USER allows fast password brute-forcing
...
allow only three failed change_user per connection.
successful change_user do NOT reset the counter
tests/mysql_client_test.c:
make --error to work for --change_user errors
2013-01-25 00:17:39 +01:00
Igor Babaev
1ef07d0845
Merge 10.0-base -> 10.0.
...
Also fixed a bug in sql_update.cc: the code of mysql_update() lacked
a call of set_statistics_for_table().
2013-01-10 22:33:23 -08:00
unknown
701419b02f
Merge MariaDB 10.0-base to MariaDB 10.0
2012-12-18 15:01:58 +01:00
Sergei Golubchik
852726038f
typo
2012-12-06 17:30:22 +01:00
Vladislav Vaintroub
5fddd4a7f0
Fix yet another regression after MDEV-3885.
...
If connection kills itself (or own query), it will get an error consistently,
with both COM_PROCESSKILL and with "KILL [QUERY] id"
2012-11-27 15:47:08 +01:00
Vladislav Vaintroub
0f8450b2fb
MDEV-3885 - connection suicide via mysql_kill() causes assertion in server
...
Assertion happened because sql_kill did not set OK status in diagnostic area
in the case of connection suicide (id to kill == thd->thread_id), issued
via COM_PROCESS_KILL , e.g using mysql_kill()
This patch ensures that diagnostic area is initialized in this specific case.
2012-11-27 00:45:29 +01:00
Sergei Golubchik
40e94a3734
merge with 5.5
2012-11-03 12:28:51 +01:00
Tor Didriksen
c8ab849365
merge 5.1 => 5.5
2012-11-01 17:33:55 +01:00