[Bug 310211] Re: MySQL table check fails in ANSI mode
** Attachment added: "Replacement for /usr/share/mysql/debian-start.inc.sh . Only quotation was changed. Full file, not a diff." http://launchpadlibrarian.net/20614241/debian-start.inc.sh -- MySQL table check fails in ANSI mode https://bugs.launchpad.net/bugs/310211 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to mysql-dfsg-5.0 in ubuntu. -- Ubuntu-server-bugs mailing list Ubuntu-server-bugs@lists.ubuntu.com Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs
[Bug 310211] [NEW] MySQL table check fails in ANSI mode
Public bug reported: Binary package hint: mysql-server-5.0 Due to non-standard escaping in /usr/share/mysql/debian-start.inc.sh the sanity check fails if MySQL is running in ANSI mode. Text strings should be enclosed in single quotes, as double quotes can mean strings (non- standard mode) or identifiers (ANSI standard mode). Fixed that in uploaded file (replacement for /usr/share/mysql/debian-start.inc.sh). What happens is a bit hard to tell exactly, as it will only show during startup and I searched the logs for 2 hours and could not find any log entry. However, the querylog (which is on on my system) clearly showed the wrong quotation. (snippet from the log) 6 Query select concat("select count(*) into @discard from `", TABLE_SCHEMA, "`.`", TABLE_NAME, "`") from information_schema.TABLES where ENGINE="MyISAM" (end snippet) All the double quotes in this snippet should have been single quotes. ** Affects: mysql-dfsg-5.0 (Ubuntu) Importance: Undecided Status: New -- MySQL table check fails in ANSI mode https://bugs.launchpad.net/bugs/310211 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to mysql-dfsg-5.0 in ubuntu. -- Ubuntu-server-bugs mailing list Ubuntu-server-bugs@lists.ubuntu.com Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs
[Bug 106146] Re: Cannot mount cifs shares as normal user on directories not owned by the user
I had the problem that I could mount the shares through /etc/fstab, but did not have the rights on them afterwards, even though I owned the mount points. I solved it by adding "uid=" to the fstab lines. Hope this helps. -- Cannot mount cifs shares as normal user on directories not owned by the user https://bugs.launchpad.net/bugs/106146 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to samba in ubuntu. -- Ubuntu-server-bugs mailing list Ubuntu-server-bugs@lists.ubuntu.com Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs