| Summary: | mariadb 10.0.25 | ||
|---|---|---|---|
| Product: | Mageia | Reporter: | David Walser <luigiwalser> |
| Component: | Security | Assignee: | QA Team <qa-bugs> |
| Status: | RESOLVED FIXED | QA Contact: | Sec team <security> |
| Severity: | normal | ||
| Priority: | Normal | CC: | brtians1, sysadmin-bugs |
| Version: | 5 | Keywords: | validated_update |
| Target Milestone: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | has_procedure advisory MGA5-32-OK MGA5-64-OK | ||
| Source RPM: | mariadb-10.0.24-1.mga5.src.rpm | CVE: | |
| Status comment: | |||
|
Description
David Walser
2016-05-11 19:07:12 CEST
mga5-32bit Linux localhost 4.1.15-desktop-2.mga5 #1 SMP Wed Jan 20 17:37:30 UTC 2016 i686 i686 i686 GNU/Linux root@localhost brian]# urpmi mariadb Package mariadb-10.0.25-1.mga5.i586 is already installed rebooted - it is running [brian@localhost ~]$ ps -ef | grep sql mysql 2208 1 0 07:55 ? 00:00:00 /usr/sbin/mysqld --basedir=/usr --datadir=/var/lib/mysql --plugin-dir=/usr/lib/mysql/plugin --log-error=/var/log/mysqld/mysqld.log --pid-file=/var/run/mysqld/mysqld.pid --socket=/var/lib/mysql/mysql.sock --port=3306 brian 2614 2612 0 07:56 ? 00:00:01 /usr/sbin/mysqld --defaults-file=/home/brian/.local/share/akonadi/mysql.conf --datadir=/home/brian/.local/share/akonadi/db_data/ --socket=/tmp/akonadi-brian.ZLmawJ/mysql.socket will continue posting tests as I get time. CC:
(none) =>
brtians1 Welcome to the MariaDB monitor. Commands end with ; or \g.
Your MariaDB connection id is 327
Server version: 10.0.25-MariaDB Mageia MariaDB Server
Copyright (c) 2000, 2016, Oracle, MariaDB Corporation Ab and others.
Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.
MariaDB [test]> create table lotanames (name varchar(30));
Query OK, 0 rows affected (0.06 sec)
MariaDB [test]> insert into lotanames (name) values ('Tom');
Query OK, 1 row affected (0.47 sec)
MariaDB [test]> insert into lotanames (name) values ('Dick');
Query OK, 1 row affected (0.04 sec)
MariaDB [test]> insert into lotanames (name) values ('Harry');
Query OK, 1 row affected (0.03 sec)
MariaDB [test]> select * from lotanames;
+-------+
| name |
+-------+
| Tom |
| Dick |
| Harry |
+-------+
3 rows in set (0.00 sec)
Seems to be working as designed.Whiteboard:
(none) =>
MGA5-32-OK mga5-64
[brian@localhost ~]$ uname -a
Linux localhost 4.1.15-desktop-2.mga5 #1 SMP Wed Jan 20 17:05:51 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux
Welcome to the MariaDB monitor. Commands end with ; or \g.
Your MariaDB connection id is 4
Server version: 10.0.25-MariaDB Mageia MariaDB Server
Copyright (c) 2000, 2016, Oracle, MariaDB Corporation Ab and others.
Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.
MariaDB [test]>
MariaDB [test]> create table lotanames (name varchar(30));
Query OK, 0 rows affected (0.07 sec)
MariaDB [test]> insert into lotanames (name) values ('Bill');
Query OK, 1 row affected (0.01 sec)
MariaDB [test]> insert into lotanames (name) values ('Ann');
Query OK, 1 row affected (0.01 sec)
MariaDB [test]> insert into lotanames (name) values ('Claire');
Query OK, 1 row affected (0.01 sec)
MariaDB [test]> insert into lotanames (name) values ('David');
Query OK, 1 row affected (0.01 sec)
MariaDB [test]> insert into lotanames (name) values ('TJ');
Query OK, 1 row affected (0.00 sec)
MariaDB [test]> select * from lotanames;
+--------+
| name |
+--------+
| Bill |
| Ann |
| Claire |
| David |
| TJ |
+--------+
5 rows in set (0.00 sec)
Base system seems to be working as designed. I obviously haven't tried any of the load or backup utils.
Working as designedWhiteboard:
MGA5-32-OK =>
MGA5-32-OK MGA5-64-OK
Brian Rockwell
2016-05-14 18:15:46 CEST
Keywords:
(none) =>
validated_update
claire robinson
2016-05-18 18:47:31 CEST
Whiteboard:
MGA5-32-OK MGA5-64-OK =>
has_procedure advisory MGA5-32-OK MGA5-64-OK An update for this issue has been pushed to the Mageia Updates repository. http://advisories.mageia.org/MGASA-2016-0182.html Status:
NEW =>
RESOLVED |