Kentoku SHIBA
b428b09997
MDEV-20179 Server hangs on shutdown during installation of Spider ( #1369 )
...
Use LOCK_server_started, COND_server_started and mysqld_server_started for waiting starting the server
2019-08-01 08:59:53 +09:00
Daniel Bartholomew
798080f4b3
bump the VERSION
2019-07-31 10:00:26 -04:00
Daniel Bartholomew
e1e142e7fc
bump the VERSION
2019-07-31 09:58:59 -04:00
Daniel Bartholomew
05b35cf4c1
bump the VERSION
2019-07-31 09:57:31 -04:00
Daniel Bartholomew
0bb8f33b55
bump the VERSION
2019-07-31 09:55:57 -04:00
Daniel Bartholomew
cabf10b640
bump the VERSION
2019-07-31 09:53:58 -04:00
Anel Husakovic
fde7eb9ab2
Fix README
2019-07-31 02:51:20 -07:00
Anel Husakovic
f79212f96d
Fix extra space in mysql-test README
2019-07-31 02:49:15 -07:00
Alexey Botchkov
c6efbc543d
MDEV-17544 No warning when trying to name a primary key constraint.
...
Warning added.
2019-07-30 21:57:48 +04:00
Elena Stepanova
9a78a283f4
List of unstable tests for 10.4.7 release (updated)
2019-07-30 14:28:46 +03:00
Kentoku SHIBA
6dfa085fd5
MDEV-20179 Server hangs on shutdown during installation of Spider ( #1368 )
2019-07-30 06:16:48 +09:00
Kentoku SHIBA
7221b9ef52
MDEV-20179 Server hangs on shutdown during installation of Spider ( #1367 )
2019-07-30 01:30:14 +09:00
Oleksandr Byelkin
ccaaa3d200
MDEV-20200: AddressSanitizer: use-after-poison in Item_direct_view_ref::get_null_ref_table
...
Do not cast wrong type.
2019-07-29 16:44:39 +02:00
Kentoku SHIBA
83d368a062
MDEV-20179 Server hangs on shutdown during installation of Spider ( #1366 )
2019-07-29 21:18:51 +09:00
Julius Goryavsky
67177cd2c8
Fix for MW-336 test
2019-07-29 13:27:17 +02:00
Vladislav Vaintroub
1c27eb7ebd
Do not compile socket IO code in WolfSSL
...
We use own IO callbacks from server code anyway.
2019-07-28 13:45:34 +02:00
Vladislav Vaintroub
f61a980686
Update WolfSSL, remove older workarounds.
2019-07-28 13:45:15 +02:00
Oleksandr Byelkin
2792c6e7b0
Merge branch '10.3' into 10.4
2019-07-28 13:43:26 +02:00
Elena Stepanova
4b5a14d0fe
List of unstable tests for 10.3.17 release (updated)
2019-07-28 03:14:33 +03:00
Vladislav Vaintroub
5e112a2620
Fix Windows packaging.
2019-07-27 13:53:56 +02:00
Oleksandr Byelkin
7a8747f757
Changes of merge moved to oracle mode parser.
2019-07-27 10:01:12 +02:00
Elena Stepanova
d6886b95d0
List of unstable tests for 10.2.26 release (updated)
2019-07-27 00:19:28 +03:00
Oleksandr Byelkin
8990e3e2b9
Fix initialiser.
2019-07-26 23:04:12 +02:00
Oleksandr Byelkin
d97342b6f2
Merge branch '10.2' into 10.3
2019-07-26 22:42:35 +02:00
Eugene Kosov
c0743e4b00
Merge 10.3 into 10.4
2019-07-26 18:31:48 +03:00
Aleksey Midenkov
00a254cc06
MDEV-20186 Wrong result or Assertion on INSERT after DELETE HISTORY
...
Fix reinitialize vers_write on table reopen.
2019-07-26 18:21:23 +03:00
Elena Stepanova
403e6615fd
List of unstable tests for 10.1.41 release (updated)
2019-07-26 18:17:55 +03:00
Eugene Kosov
4c7a743964
Merge 10.3 into 10.4
2019-07-26 15:22:31 +03:00
Oleksandr Byelkin
32c6f40a63
Merge branch '10.1' into 10.2
2019-07-26 13:39:17 +02:00
Oleksandr Byelkin
2382cd14a8
Merge branch '5.5' into 10.1
2019-07-26 13:33:51 +02:00
Oleksandr Byelkin
f8a1a262e2
Move the test not suitable for embedded.
2019-07-26 13:19:49 +02:00
Eugene Kosov
29df1003d9
MDEV-20184 data race at global counter btr_cur_n_non_sea
...
Make all accesses to btr_cur_n_non_sea atomic.
2019-07-26 13:52:52 +03:00
Oleksandr Byelkin
de9e393094
MDEV-20108: [ERROR] mysqld got signal 11 in st_select_lex::add_table_to_list
...
Use the same select as for usual table list (forgotten oracle mode parser fixed)
2019-07-26 12:03:23 +02:00
Eugene Kosov
7db999322c
MDEV-20183 data race at safe_mutex_lock()
...
fix is simple: just move mp->file under mp->global protection
2019-07-26 12:36:06 +03:00
Oleksandr Byelkin
4177181e16
Merge branch 'merge-tokudb-5.6' into 10.1
2019-07-26 10:48:12 +02:00
Oleksandr Byelkin
24a0d7c507
5.6.44-86.0
2019-07-26 08:48:46 +02:00
Oleksandr Byelkin
25d216dcd5
Merge remote-tracking branch 'connect/10.1' into 10.1
2019-07-26 07:57:57 +02:00
Oleksandr Byelkin
cf8c2a3c3b
Merge branch '10.1' into 10.2
2019-07-26 07:03:39 +02:00
Alexey Botchkov
51d58f566a
MDEV-18350 Using audit plugin with MySQL, mysqld crashes when running COM_INIT_DB against invalid database.
...
mysql_event_general structure changed in 10.3.
the database_length should be size_t now instead of the int.
2019-07-26 08:44:43 +04:00
Aleksey Midenkov
f6d0d309fa
MDEV-19814 Assertion `update->n_fields < ulint(table->n_cols + table->n_v_cols)' on DELETE HISTORY
...
Turn off versioned_write for DELETE HISTORY.
2019-07-25 21:11:15 +03:00
Aleksey Midenkov
1a73444d57
Cleanups: DELETE HISTORY [MDEV-19814]
...
* Made make_versioned_*() proxies inline;
* Renamed truncate_history to delete_history
Part of:
MDEV-19814 Server crash in row_upd_del_mark_clust_rec or Assertion
`update->n_fields < ulint(table->n_cols + table->n_v_cols)' failed in
upd_node_t::make_versioned_helper
2019-07-25 21:11:06 +03:00
Oleksandr Byelkin
584d213235
Merge branch '5.5' into 10.1
2019-07-25 17:42:20 +02:00
Marko Mäkelä
e9c1701e11
Merge 10.3 into 10.4
2019-07-25 18:42:06 +03:00
Marko Mäkelä
f3eb82f048
Merge 10.2 into 10.3
2019-07-25 18:09:34 +03:00
Marko Mäkelä
fc77a66c7e
Disable a failing test
2019-07-25 18:08:50 +03:00
Marko Mäkelä
75e1b1a088
Merge 10.2 into 10.3
2019-07-25 17:44:25 +03:00
Marko Mäkelä
57421419ce
RocksDB: Do not test bogus parameter slave_gtid_info
...
This removes the test combination
rocksdb_rpl.mdev12179 'innodb,row,row-write-committed-slave-gtid-optimized'
for which the server failed to start due to the invalid parameter
slave_gtid_info=optimized.
This was broken in 5173e396ff
2019-07-25 17:42:33 +03:00
Oleksandr Byelkin
cc37250a76
Backslash added to wrong cachacters of names of client plugin.
2019-07-25 16:36:32 +02:00
Marko Mäkelä
fdef9f9b89
Merge 10.2 into 10.3
2019-07-25 15:31:11 +03:00
Oleksandr Byelkin
ae476868a5
Merge branch '5.5' into 10.1
2019-07-25 13:27:11 +02:00