- 06 Feb, 2012 1 commit
-
-
unknown authored
-
- 03 Feb, 2012 4 commits
-
-
Vladislav Vaintroub authored
test passes.
-
Vladislav Vaintroub authored
-
Vladislav Vaintroub authored
Also, restrict symbol visibility in statically built plugins, to minimize the chance for symbol name clashes with dynamic plugins.
-
Sergei Golubchik authored
fix pam.tets for 5.5
-
- 02 Feb, 2012 3 commits
-
-
Vladislav Vaintroub authored
-
Vladislav Vaintroub authored
- Solaris readline always needs curses - -rdynamic is not portable, replaced by SET_TARGET_PROPERTIES(...ENABLE_EXPORTS)
-
Vladislav Vaintroub authored
The reason for the failure is that the loaded library has the same exported symbols as the builtin one. So the plugin uses innodb functions e.g srv_boot from mysqld rather than plugin's own. This causes the crash. On Unix systems with gcc4 later this error was so far worked around using GCC's visibility attribute. However, in our case, we're using gcc3. See related MySQL bug http://bugs.mysql.com/bug.php?id=48524 and http://bugs.mysql.com/bug.php?id=52263 The fix is to restrict symbol visibility in the plugin using version script (called map file on Solaris).
-
- 01 Feb, 2012 1 commit
-
-
Sergei Golubchik authored
-
- 31 Jan, 2012 2 commits
-
-
Sergei Golubchik authored
-
unknown authored
Fix egrep syntax error in .deb preinst.
-
- 30 Jan, 2012 1 commit
-
-
unknown authored
remove building pbxt by default in any configuration (need explicit ./configure --with-pbxt-storage-engine )
-
- 29 Jan, 2012 1 commit
-
-
unknown authored
huge space usage), and there is no upstream support anymore.
-
- 28 Jan, 2012 5 commits
-
-
unknown authored
file_contents.test. Also fix some old references to 5.3 in .deb packaging found while debugging this.
-
unknown authored
-
Alexey Botchkov authored
-
unknown authored
-
Alexey Botchkov authored
The line in the file_contents.test removes all the '/lib' substrings from the path, so file cannot be found if a path contains such a substring. As i didn't find where it is needed, the line was just removed per-file comments: mysql-test/t/file_contents.test mdev57 5.5 main.file_contents fails on debian5-i386-fulltest. no '/lib' substring cutting.
-
- 27 Jan, 2012 3 commits
-
-
unknown authored
In 5.5, ssl_do() no longer calls report_errors() in case of ssl error. Since report_errors() iterated over the list of errors, this means that we now report the first error in the list, rather than the last. Adjust the --replace_regex line for OpenSSL build accordingly in the test case.
-
unknown authored
I want to avoid that upgrades silently change important config parameters that users have come to rely on. This could happen if users changed their my.cnf themselves, and then an upgrade introduces mariadb.cnf which silently overrides the settings in my.cnf. Avoid this by having mariadb.cnf mostly empty for now, and in the future we can add just new mariadb-specific options there that do not break existing installations.
-
unknown authored
-
- 26 Jan, 2012 8 commits
-
-
Vladislav Vaintroub authored
-
Vladislav Vaintroub authored
-
Vladislav Vaintroub authored
-
Vladislav Vaintroub authored
-
Vladislav Vaintroub authored
-
Vladislav Vaintroub authored
It needs recompilation for embedded server, as layout of THD is different in embedded.
-
unknown authored
mysql-common and places mariadb-specific stuff in /etc/mysql/conf.d/mariadb.cnf. This should allow to co-exist with default Debian mysql-common package and help resolve dependencies when installing mariadb among multiple available versions of MySQL from different repositories.
-
unknown authored
This gives the wrong path when testing installed server, and we set the correct path in my.cnf anyway.
-
- 25 Jan, 2012 3 commits
-
-
Vladislav Vaintroub authored
Always define UT_DBG_ABORT in innodb/xtradb, also on Windows. This will avoid endless hangs inside ut_dgb_stop_thread
-
unknown authored
-
Michael Widenius authored
-
- 24 Jan, 2012 4 commits
-
-
Michael Widenius authored
Don't log updates to performance schema in replication log. Ensure that we don't call ha_update after ha_index_or_rnd_end() is called on slave. .bzrignore: Ignore some generated files mysql-test/include/show_slave_status.inc: Ensure that ./ is removed from file names mysql-test/suite/perfschema/r/binlog_mix.result: Updated results mysql-test/suite/perfschema/r/binlog_row.result: Updated results mysql-test/suite/perfschema/r/binlog_stmt.result: Updated results mysql-test/suite/rpl/r/rpl_cant_read_event_incident.result: Updated results mysql-test/suite/rpl/r/rpl_performance_schema.result: Ensure that we don't crash slave when we update performance schema mysql-test/suite/rpl/t/rpl_performance_schema.test: Ensure that we don't crash slave when we update performance schema sql/log_event.cc: Ensure that we don't call ha_update after ha_index_or_rnd_end() is called. Remove old code that is not needed anymore (like restarting read loop over all rows if no matcing row is found) Simplify code sql/log_event_old.cc: Ensure that we don't call ha_update after ha_index_or_rnd_end() is called. storage/myisam/ha_myisam.cc: More DBUG_PRINT storage/perfschema/ha_perfschema.h: Don't log updates to performance schema in replication log.
-
unknown authored
-
unknown authored
-
unknown authored
-
- 23 Jan, 2012 4 commits
-
-
Vladislav Vaintroub authored
-
unknown authored
-
unknown authored
-
unknown authored
-