mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
5.6.17
This commit is contained in:
@@ -78,6 +78,8 @@ performance_schema.setup_instruments.timed= 'NO';
|
||||
update my_bh_table, performance_schema.setup_instruments
|
||||
set my_bh_table.a = my_bh_table.a + 1,
|
||||
performance_schema.setup_instruments.timed= 'NO';
|
||||
Warnings:
|
||||
Warning 1870 Row events are not logged for UPDATE statements that modify BLACKHOLE tables in row format. Table(s): 'my_bh_table.'
|
||||
use test;
|
||||
drop table if exists marker_multi_delete;
|
||||
Warnings:
|
||||
@@ -101,6 +103,8 @@ delete my_bh_table.*, performance_schema.setup_actors.*
|
||||
from my_bh_table, performance_schema.setup_actors
|
||||
where my_bh_table.a != 1000
|
||||
or performance_schema.setup_actors.role='BAZ';
|
||||
Warnings:
|
||||
Warning 1870 Row events are not logged for DELETE statements that modify BLACKHOLE tables in row format. Table(s): 'my_bh_table.'
|
||||
use test;
|
||||
drop table if exists marker_end;
|
||||
Warnings:
|
||||
|
Reference in New Issue
Block a user