lp:~kentokushiba/maria/10.0.6-metadata_lock_info

Created by Kentoku SHIBA and last modified
Get this branch:
bzr branch lp:~kentokushiba/maria/10.0.6-metadata_lock_info
Only Kentoku SHIBA can upload to this branch. If you are Kentoku SHIBA please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Kentoku SHIBA
Project:
MariaDB
Status:
Development

Recent revisions

3914. By Kentoku SHIBA

add metadata_lock_info

3913. By Alexander Barkov

Merge 10.0-connect -> 10.0

3912. By Alexander Barkov

MDEV-5357 REGEXP word boundaries don't work
Applied a patch from Philip Hazel implementing the non-standard
syntax for word boundaries in PCRE, for compatibility with the
old Henry Spencer's regex library.

3911. By Alexander Barkov

Fixing malformed data in mysql-test/std_data/Index.xml

3910. By Sergey Vojtovich

MDEV-5277 - Ensure that all MySQL 5.6 options are supported by the
            MariaDB 10.0 server

3909. By Jan Lindström

MDEV-5010: InnoDB errors appearing in logs with upgrade from 10.0.0 to 10.0.4.

Analysis: In earlier MySQL 5.6 versions this table innodb_index_stats used to have a foreign key referencing to innodb_table_stats. However, in newer MySQL 5.6 versions this foreign key is removed and if you upgrade, your innodb_table_stats is created by the earlier mariadb version, thus a newer version will complain that the table is incorrectly defined.

Added drop foreign key on mysql_system_tables_fix.sql to be executed on mysql_upgrade.

3908. By Elena Stepanova <email address hidden>

Increment the version number

3907. By Sergey Vojtovich

MDEV-5220 - [PATCH] MariaDB 10.0.4 doesn't compile without perfschema

Fixed the following compilation errors and test failures:
- maria SE: "stage_waiting_for_a_resource" wasn't declared w/o PFS
- sql_repl.h: PSI_mutex_key is not available in non-PFS builds
- mysqld.cc: pfs_param is not available in non-PFS builds
- mysqld.cc: init_show_explain_psi_keys() is not available in non-PFS builds
- mysqld.cc: call net_before_header_psi, net_after_header_psi even if PFS
  is not available so that thread enters stage_init at proper time. Fixes
  sp-threads and a few tests in funcs_1.
- myisam_file_io.opt: added missing loose prefix

3906. By Sergei Golubchik

add missing plugins to deb packages

3905. By Alexey Botchkov

MDEV-4437 ALTER TABLE .. ADD UNIQUE INDEX IF NOT EXISTS causes syntax error.
        Added the IF NOT EXISTS option to the CONSTRAINT keyword.

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
Stacked on:
lp:maria
This branch contains Public information 
Everyone can see this information.

Subscribers