An error occurred fetching the project authors.
- 28 Mar, 2017 1 commit
-
-
Sergei Golubchik authored
increase stack size for labrador
-
- 10 Feb, 2017 4 commits
-
-
Nirbhay Choubey authored
-
Nirbhay Choubey authored
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
-
Nirbhay Choubey authored
-
Oleksandr Byelkin authored
-
- 31 Jan, 2017 1 commit
-
-
Nirbhay Choubey authored
max_statement_time also applies to non-SELECT queries.
-
- 15 Jan, 2017 1 commit
-
-
Sergei Golubchik authored
-
- 05 Dec, 2016 1 commit
-
-
Elena Stepanova authored
-
- 03 Nov, 2016 1 commit
-
-
Kristian Nielsen authored
.result file update for --embedded test run.
-
- 23 Oct, 2016 1 commit
-
-
Elena Stepanova authored
-
- 25 Sep, 2016 1 commit
-
-
Elena Stepanova authored
-
- 16 Sep, 2016 3 commits
-
-
Sergey Vojtovich authored
Fixed sysvars_server_[not]embedded failure: changed type of table_open_cache_instances from ulong to uint. Added casts foratomic operations around tc_active_instances and tc_contention_warning_reported: needed on some platforms.
-
Sergey Vojtovich authored
Table cache instances autosizing.
-
Sergey Vojtovich authored
Improve scalability by implementing multi-instance table cache.
-
- 31 Aug, 2016 3 commits
-
-
Sergei Petrunia authored
-
Oleksandr Byelkin authored
Transaction tracker
-
Oleksandr Byelkin authored
initial commit to test
-
- 11 Aug, 2016 1 commit
-
-
Igor Babaev authored
-
- 14 Jul, 2016 1 commit
-
-
Elena Stepanova authored
-
- 02 Jul, 2016 1 commit
-
-
Elena Stepanova authored
-
- 30 Jun, 2016 2 commits
-
-
Igor Babaev authored
-
Michael Widenius authored
MDEV-10134 Add full support for DEFAULT - Added support for using tables with MySQL 5.7 virtual fields, including MySQL 5.7 syntax - Better error messages also for old cases - CREATE ... SELECT now also updates timestamp columns - Blob can now have default values - Added new system variable "check_constraint_checks", to turn of CHECK constraint checking if needed. - Removed some engine independent tests in suite vcol to only test myisam - Moved some tests from 'include' to 't'. Should some day be done for all tests. - FRM version increased to 11 if one uses virtual fields or constraints - Changed to use a bitmap to check if a field has got a value, instead of setting HAS_EXPLICIT_VALUE bit in field flags - Expressions can now be up to 65K in total - Ensure we are not refering to uninitialized fields when handling virtual fields or defaults - Changed check_vcol_func_processor() to return a bitmap of used types - Had to change some functions that calculated cached value in fix_fields to do this in val() or getdate() instead. - store_now_in_TIME() now takes a THD argument - fill_record() now updates default values - Add a lookahead for NOT NULL, to be able to handle DEFAULT 1+1 NOT NULL - Automatically generate a name for constraints that doesn't have a name - Added support for ALTER TABLE DROP CONSTRAINT - Ensure that partition functions register virtual fields used. This fixes some bugs when using virtual fields in a partitioning function
-
- 29 Jun, 2016 1 commit
-
-
Igor Babaev authored
-
- 22 Jun, 2016 1 commit
-
-
Monty authored
Decimals with float, double and decimal now works the following way: - DECIMAL_NOT_SPECIFIED is used when declaring DECIMALS without a firm number of decimals. It's only used in asserts and my_decimal_int_part. - FLOATING_POINT_DECIMALS (31) is used to mark that a FLOAT or DOUBLE was defined without decimals. This is regarded as a floating point value. - Max decimals allowed for FLOAT and DOUBLE is FLOATING_POINT_DECIMALS-1 - Clients assumes that float and double with decimals >= NOT_FIXED_DEC are floating point values (no decimals) - In the .frm decimals=FLOATING_POINT_DECIMALS are used to define floating point for float and double (31, like before) To ensure compatibility with old clients we do: - When storing float and double, we change NOT_FIXED_DEC to FLOATING_POINT_DECIMALS. - When creating fields from .frm we change for float and double FLOATING_POINT_DEC to NOT_FIXED_DEC - When sending definition for a float/decimal field without decimals to the client as part of a result set we convert NOT_FIXED_DEC to FLOATING_POINT_DECIMALS. - variance() and std() has changed to limit the decimals to FLOATING_POINT_DECIMALS -1 to not get the double converted floating point. (This was to preserve compatiblity) - FLOAT and DOUBLE still have 30 as max number of decimals. Bugs fixed: variance() printed more decimals than we support for double values. New behaviour: - Strings now have 38 decimals instead of 30 when converted to decimal - CREATE ... SELECT with a decimal with > 30 decimals will create a column with a smaller range than before as we are trying to preserve the number of decimals. Other changes - We are now using the obsolete bit FIELDFLAG_LEFT_FULLSCREEN to specify decimals > 31 - NOT_FIXED_DEC is now declared in one place - For clients, NOT_FIXED_DEC is always 31 (to ensure compatibility). On the server NOT_FIXED_DEC is DECIMAL_NOT_SPECIFIED (39) - AUTO_SEC_PART_DIGITS is taken from DECIMAL_NOT_SPECIFIED - DOUBLE conversion functions are now using DECIMAL_NOT_SPECIFIED instead of NOT_FIXED_DEC
-
- 03 Jun, 2016 1 commit
-
-
Sergei Petrunia authored
-
- 20 May, 2016 1 commit
-
-
Oleksandr Byelkin authored
-
- 24 Mar, 2016 1 commit
-
-
Sergei Golubchik authored
-
- 23 Mar, 2016 1 commit
-
-
Elena Stepanova authored
-
- 22 Mar, 2016 1 commit
-
-
Sergei Petrunia authored
The actual patch with this name neglected to update a test result. Fixing.
-
- 08 Mar, 2016 1 commit
-
-
Vicențiu Ciorbaru authored
-
- 25 Jan, 2016 1 commit
-
-
Sergei Golubchik authored
increase the thread stack a bit for main.signal_demo3 and sys_vars.max_sp_recursion_depth_func to stop failing
-
- 24 Nov, 2015 1 commit
-
-
Sergei Golubchik authored
see commit 81e4ce5e
-
- 23 Sep, 2015 1 commit
-
-
Elena Stepanova authored
-
- 22 Sep, 2015 1 commit
-
-
Alexander Barkov authored
-
- 04 Sep, 2015 2 commits
-
-
Oleksandr Byelkin authored
MDEV-6066: Merge new defaults from 5.6 and 5.7 (defaults changed, QC can be stopped with no-zero size)
-
Sergei Golubchik authored
* Start_encryption_log_event * --encrypt-binlog command line option based on google patches.
-
- 30 Jun, 2015 1 commit
-
-
Vicențiu Ciorbaru authored
-
- 27 Jun, 2015 1 commit
-
-
Sergei Golubchik authored
-
- 02 Jun, 2015 1 commit
-
-
Sergei Golubchik authored
IO_CACHE tempfiles encryption
-
- 01 Jun, 2015 1 commit
-
-
Sergei Golubchik authored
ulong is not portable - different width on different architectures
-