mirror of
https://git.freebsd.org/ports.git
synced 2025-06-19 03:30:32 -04:00
The MySQL GUI Tools package includes the MySQL Administrator and the MySQL Query Browser tools. The MySQL Administrator is a powerful visual administration tool that makes it easy to administer and monitor your MySQL environment and gain significantly better visibility into how your databases are operating. MySQL Query Browser is the easiest visual tool for creating, executing, and optimizing SQL queries for your MySQL Database Server. WWW: http://www.mysql.com This port deprecates databases/mysql-query-browser [1] ACK'd by: pgollucci (maintainer of deprecated port) [1]
18 lines
480 B
C++
18 lines
480 B
C++
--- mysql-gui-common/source/linux/MGExecSU.cc.orig 2008-03-07 01:50:54.000000000 +0100
|
|
+++ mysql-gui-common/source/linux/MGExecSU.cc 2008-03-07 01:52:50.000000000 +0100
|
|
@@ -5,10 +5,14 @@
|
|
#include "myg_gtkutils.h"
|
|
#include "mygpriv.h"
|
|
#include <sys/signal.h>
|
|
+#include <sys/types.h>
|
|
+#include <sys/ioctl.h>
|
|
#include <sys/wait.h>
|
|
+#include <signal.h>
|
|
#include <stdio.h>
|
|
#include <stdlib.h>
|
|
-#include <pty.h>
|
|
+#include <termios.h>
|
|
+#include <libutil.h>
|
|
#include <fcntl.h>
|
|
|
|
|