Eugene Kosov
01a8bad897
SQL: allow PERIOD as identifier [ fixes #331 ]
2017-11-27 15:07:34 +03:00
Daniel Fiala
be6f2d302c
0.1: SQL-level System Versioning
2017-05-05 20:35:08 +03:00
Nirbhay Choubey
8b2e642aa2
MDEV-7635: Update tests to adapt to the new default sql_mode
2017-02-10 06:30:42 -05:00
Nirbhay Choubey
3435e8a515
MDEV-7635: Part 1
...
innodb_autoinc_lock_mode = 2
innodb_buffer_pool_dump_at_shutdown = ON
innodb_buffer_pool_dump_pct = 25
innodb_buffer_pool_load_at_startup = ON
innodb_checksum_algorithm = CRC32
innodb_file_format = Barracuda
innodb_large_prefix = ON
innodb_log_compressed_pages = ON
innodb_purge_threads = 4
innodb_strict_mode = ON
binlog_annotate_row_events = ON
binlog_format = MIXED
binlog-row-event-max-size = 8192
group_concat_max_len = 1M
lock_wait_timeout = 86400
log_slow_admin_statements = ON
log_slow_slave_statements = ON
log_warnings = 2
max_allowed_packet = 16M
replicate_annotate_row_events = ON
slave_net_timeout = 60
sync_binlog = 1
aria_recover = BACKUP,QUICK
myisam_recover_options = BACKUP,QUICK
2017-02-10 06:30:42 -05:00
Sergey Vojtovich
54db387410
MDEV-8682 - CSV engine does not properly process "", in quotes
...
Added per-table boolean IETF_QUOTES variable to CSV storage engine. It allows to
enable IETF-compatible parsing of embedded quote and comma characters. Disabled
by default.
This patch is based on Percona revision:
b32fbf0276
Note that original patch adds server variable, while this patch adds per-table
variable.
2015-09-28 12:04:26 +04:00
Sergey Vojtovich
9d918f41d3
MDEV-5612 - my_rename() deletes files when it shouldn't
...
Ported fix for MySQL BUG#51861.
2014-02-26 12:55:28 +04:00
Michael Widenius
d555878050
automatic merge
2012-05-03 16:00:41 +03:00
Michael Widenius
b04c4801b0
Created suites for heap, archive and csv.
...
Moved test from main suite to the new suites.
Move tests from maria/t and maria/r to maria
mysql-test/mysql-test-run.pl:
Added support for the new suites
2012-04-04 00:16:38 +03:00