- 28 Jan, 2016 2 commits
-
-
Alexey Botchkov authored
Fix for SHOW GRANTS statement.
-
Alexey Botchkov authored
Fix for SHOW CREATE DATABASE.
-
- 27 Jan, 2016 9 commits
-
-
Oleksandr Byelkin authored
MDEV-8615: Assertion `m_cpp_buf <= begin_ptr && begin_ptr <= m_cpp_buf + m_buf_length' failed in Lex_input_stream::body_utf8_start Nothing should be done before any keyword recognized.
-
Sergei Golubchik authored
-
Sergei Golubchik authored
-
Vladislav Vaintroub authored
-
Georg Richter authored
This reverts commit 2ee149be4e9319208dfcfb77712aa1ef805f6ba8.
-
Georg Richter authored
that we support SSL when using named pipes or shared memory.
-
Georg Richter authored
operating systems. The plugin gets the sid of the client process and considers the user authenticated if the given username matches the username of this sid.
-
Monty authored
Problem was that insert-order (enforced by the optimizer) did not handle the case where the bitmap changed to a new one. Fixed by remembering the last bitmap page used and to force usage of this when inserting new rows
-
Alexander Barkov authored
-
- 26 Jan, 2016 7 commits
-
-
Vicențiu Ciorbaru authored
Account for timeout of select returning a 0 error code.
-
Alexey Botchkov authored
-
Alexey Botchkov authored
The metadata creation part of the mysqld_shww_create separated to be used on the mysqld_stmt_prepare stage.
-
Vladislav Vaintroub authored
-
-
Alexander Barkov authored
Removing the "conv_charset" member and using collation.collation instead, as they duplicated each other.
-
Vladislav Vaintroub authored
-
- 25 Jan, 2016 19 commits
-
-
Sergei Golubchik authored
fix compiler warnings
-
Sergei Golubchik authored
-
Sergei Golubchik authored
-
Sergei Golubchik authored
Debian tests are run in 2017, update the test to use 2027 as a "future".
-
Sergei Golubchik authored
-
Sergei Golubchik authored
Don't compare "field == table->next_number_field" because the field can be special nullable field copy created by the trigger. Compare field_index values instead.
-
Sergei Golubchik authored
Cannot do password validation in fix_lex_user(), we don't know there what "GRANT ... TO user" means - creating a new user with an empty password (need validation) or granting privileges to an existing user (no validation needed). Move validation down into replace_user_table(). And copy into check_change_password().
-
Sergei Golubchik authored
-
Sergei Golubchik authored
increase the thread stack a bit for main.signal_demo3 and sys_vars.max_sp_recursion_depth_func to stop failing
-
Sergei Golubchik authored
-
Sergei Golubchik authored
Was: * LEX_USER::password was storing sometimes plaintext password and sometimes password hash * LEX_USER::auth was storing sometimes password hash and sometimes plugin authentication string Now: * LEX_USER::pwtext stores the password in plain-text * LEX_USER::pwhash stores the password hash * LEX_USER::auth stores the plugin authentication string
-
Sergei Golubchik authored
as this is used quite often
-
Sergei Golubchik authored
add /usr/share/pkgconfig to the rpm ignored list
-
Sergei Golubchik authored
allow more characters in a valid user/group name: * POSIX allows dashes '-' and dots '.' * also the name may end with a dollar sign '$' for our purposes it's enough to allow [-.$] anywhere in the name
-
Sergei Golubchik authored
different fix. remove old ones, wait for THD to be fully initialized before continuing with the server startup process. This reverts commits db2e21bf, 13615c5e, 3f515a09, 70113ee1.
-
Sergei Golubchik authored
-
Sergei Golubchik authored
-
Alexey Botchkov authored
Conflicts: plugin/server_audit/server_audit.c
-
Alexey Botchkov authored
Now both are generated by the cmake from the scripts/maria_add_gis_sp.sql.in
-
- 24 Jan, 2016 1 commit
-
-
Sergei Petrunia authored
Undo the change in test_if_skip_sort_order() that set ref_key=-1 when a variant of index_merge is used (was made in fix for MDEV-9021). It turned out that test_if_cheaper_ordering() call below assumes that ref_key=-1 means "no index is used", that is, "an inefficient full table scan is done". This is not the same as index_merge, index_merge can actually be quite efficient. So, ref_key=MAX_KEY denotes the fact that some index is used, not any given index.
-
- 22 Jan, 2016 1 commit
-
-
Oleksandr Byelkin authored
Do not include BLOB fields by default.
-
- 20 Jan, 2016 1 commit
-
-
Vladislav Vaintroub authored
Fix spelling of my name
-