[MCOL-4133] columnstore-post-install and mysqld Created: 2020-06-30 Updated: 2020-07-07 Resolved: 2020-07-07 |
|
| Status: | Closed |
| Project: | MariaDB ColumnStore |
| Component/s: | N/A |
| Affects Version/s: | None |
| Fix Version/s: | N/A |
| Type: | Bug | Priority: | Major |
| Reporter: | Sergei Golubchik | Assignee: | Unassigned |
| Resolution: | Duplicate | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||||||||||
| Description |
|
columnstore-post-install uses pgrep -x mysqld and pkill mysqld, but the process is named mariadbd in 10.5:
This makes columnstore-post-install to think that mariadb server was not running, set stop_mysqld=1 and stop mariadbd when columnstore installation is done. And it disrupts installation of further plugins that expect the server to be running. |
| Comments |
| Comment by Gregory Dorman (Inactive) [ 2020-07-07 ] |
|
This is duplicate of mcol-4120 |