Skip to content

fix get last_lsn value#551

Merged
pstorz merged 1 commit intobareos:masterfrom
banuchka:xtrabackup_fix_get_last_lsn
Aug 26, 2020
Merged

fix get last_lsn value#551
pstorz merged 1 commit intobareos:masterfrom
banuchka:xtrabackup_fix_get_last_lsn

Conversation

@banuchka
Copy link
Contributor

@banuchka banuchka commented Jul 5, 2020

Use last(right) element when split string by space. In some cases there may be more than one space.

@pstorz
Copy link
Member

pstorz commented Jul 7, 2020

Hello,

thank you very much for your pull request.

Can you please give some more information about the environment where you experienced this problem and you needed to do this change to fix it?

Can you please provide the software and operating system versions of the components that are involved?

  • OS name and version
  • Bareos version
  • Mysql or Mariadb version
  • xtrabackup version

Thank you very much

best regards,

Philipp

@banuchka
Copy link
Contributor Author

banuchka commented Jul 7, 2020

Hi @pstorz,

Please see below information about my env:

  • OS: SLES 12 SP3
  • Bareos 19.2.6; bareos-filedaemon-percona-xtrabackup-python-plugin same version as bareos-common. Same as in master for now
  • MySQL/Percona

banuchka # mysql -e 'SHOW ENGINE INNODB STATUS\G' | grep 'Log sequence number'
Log sequence number 64826297225960
banuchka # mysql -e 'SHOW VARIABLES LIKE "%version%";'
+--------------------------+---------------------------------------------------+
| Variable_name | Value |
+--------------------------+---------------------------------------------------+
| immediate_server_version | 999999 |
| innodb_version | 8.0.18-9 |
| original_server_version | 999999 |
| protocol_version | 10 |
| slave_type_conversions | |
| tls_version | TLSv1,TLSv1.1,TLSv1.2 |
| version | 8.0.18-9 |
| version_comment | Percona Server (GPL), Release 9, Revision 321bbc1 |
| version_compile_machine | x86_64 |
| version_compile_os | Linux |
| version_compile_zlib | 1.2.8 |
| version_suffix | |
+--------------------------+---------------------------------------------------+`

  • Xtrabackup percona-xtrabackup-80-8.0.9-23.1.x86_64

Thanks

@pstorz pstorz merged commit d558065 into bareos:master Aug 26, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants