https://bugs.documentfoundation.org/show_bug.cgi?id=146432

            Bug ID: 146432
           Summary: LibreOffice Base crashes when a mysql query with
                    REGEXP_REPLACE() is executed
           Product: LibreOffice
           Version: 7.1.4.2 release
          Hardware: x86-64 (AMD64)
                OS: Linux (All)
            Status: UNCONFIRMED
          Severity: normal
          Priority: medium
         Component: Base
          Assignee: libreoffice-bugs@lists.freedesktop.org
          Reporter: stschoe...@web.de

Description:
I created a query in a LibreOffice Base document that connects to a mysql
database and runs the following SQL:
SELECT REGEXP_REPLACE( rpath, '/[^/]*$', '' ) FROM urls;
Base crashes every time this query is executed. No output on stdout, no output
on stderr, no segfault in dmesg, no window with explanation.
The query works fine in the mysql command line interface. 
Mysql version: mariadb 10.5.13

Steps to Reproduce:
1. Create a mysql database with a table "urls" and a column "rpath"
2. Create a Libreoffice Base document that connects to this database
3. Create a new query and enter "SELECT REGEXP_REPLACE( rpath, '/[^/]*$', '' )
FROM urls;" in SQL edit mode
4. Run this query

Actual Results:
LibreOffice Base crashes

Expected Results:
Show the results as a table with one column of strings


Reproducible: Always


User Profile Reset: No


OpenGL enabled: Yes

Additional Info:
Version: 7.1.4.2 / LibreOffice Community
Build ID: 10(Build:2)
CPU threads: 12; OS: Linux 5.3; UI render: default; VCL: gtk3
Locale: de-DE (de_DE.utf8); UI: de-DE
Calc: threaded

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to