- 22 Mar, 2016 6 commits
-
-
Sergei Petrunia authored
The actual patch with this name neglected to update a test result. Fixing.
-
Vladislav Vaintroub authored
-
Vladislav Vaintroub authored
-
Sergey Vojtovich authored
-
Sergei Petrunia authored
Its value changes depending on the parser constants, so it changes every time somebody makes a change in the parser
-
Sergey Vojtovich authored
-
- 21 Mar, 2016 2 commits
-
-
Igor Babaev authored
-
Oleksandr Byelkin authored
Now we do not swap buffers back but just free old one.
-
- 20 Mar, 2016 1 commit
-
-
Monty authored
-
- 18 Mar, 2016 3 commits
-
-
Oleksandr Byelkin authored
Support of "previuousely used statement ID". All IDs with highest bit ON reserved for special use.
-
Oleksandr Byelkin authored
simple COM_MULTI support (no prepared statements chain yet).
-
Oleksandr Byelkin authored
Adding a command from the end of avaliable commands numering space (254)
-
- 16 Mar, 2016 1 commit
-
-
Alexander Barkov authored
Using a more powerfull cs->cset->charlen() instead.
-
- 14 Mar, 2016 2 commits
-
-
Oleksandr Byelkin authored
Do not try to send progress packets if client was not informed about them.
-
Alexander Barkov authored
MDEV-4102 Limitation on DOUBLE or REAL length is ignored with INSERT .. SELECT
-
- 09 Mar, 2016 3 commits
-
-
Vladislav Vaintroub authored
-
Vladislav Vaintroub authored
-
Vladislav Vaintroub authored
-
- 08 Mar, 2016 12 commits
-
-
Vicențiu Ciorbaru authored
-
Vicențiu Ciorbaru authored
-
Vicențiu Ciorbaru authored
* Maintain coding style in sql_yacc.yy in regards to optional clauses. * Remove unused variable from sql_acl.cc. * Update test case
-
Vicențiu Ciorbaru authored
-
Vicențiu Ciorbaru authored
Update test to account for the new SHOW CREATE USER command.
-
Vicențiu Ciorbaru authored
-
Vicențiu Ciorbaru authored
Adding an extra statement requires test cases update.
-
Vicențiu Ciorbaru authored
Implemented the alter user syntax. Also tested that create user creates users accordingly.
-
Vicențiu Ciorbaru authored
Extend the syntax accepted by the grammar to account for the new create user and alter user syntax.
-
Vicențiu Ciorbaru authored
-
Vladislav Vaintroub authored
-
Sergey Vojtovich authored
Simplified audit event dispatching call chain from: mysql_audit_notify_connection_connect() // can be inlined mysql_audit_notify() // can't be inlined connection_class_handler() // can't be inlined event_class_dispatch() // can be inlined plugins_dispatch() // can be inlined plugin->event_notify() // can't be inlined to: mysql_audit_notify_connection_connect() // can be inlined mysql_audit_notify() // can't be inlined plugins_dispatch() // can be inlined plugin->event_notify() // can't be inlined
-
- 28 Feb, 2016 3 commits
-
-
Sergey Vojtovich authored
In RHEL7/RHEL7.1 libcrack behavior seem to have been modified so that "foobar" password is considered bad (due to descending "ba") earlier than expected. For details google for cracklib-2.9.0-simplistic.patch. Adjusted affected passwords not to have descending and ascending sequences.
-
Sergei Petrunia authored
Show outer_ref_condition in EXPLAIN FORMAT=JSON output.
-
Sergey Vojtovich authored
Also fixed race condition in main.connect2 test: we need to wait for disconnected connections to actually decrease Threads_connected.
-
- 27 Feb, 2016 3 commits
-
-
Sergey Vojtovich authored
-
Sergey Vojtovich authored
This is expected to fix many test failures on 32bit builds where creation of second temporary table was failing.
-
Alexey Botchkov authored
--raw, --stop-never and --stop-never-slave-server-id=id options added to the mysqlbinlog tool.
-
- 26 Feb, 2016 4 commits
-
-
Sergey Vojtovich authored
This is an addition to rev. ed990465 Reverted some test cases changes done in MDEV-6150.
-
Sergey Vojtovich authored
Cleanup now unused arguments of tdc_open_view().
-
Sergey Vojtovich authored
Remove tdc_acquire_share() helpers: they don't actually make things simpler.
-
Sergey Vojtovich authored
tdc_assign_new_table_id() does not relate to table cache, move it out of table_cache.cc.
-