update to 0.9.2
* When no servers have been registered, automatically open the "Register Server" dialog on startup. * Fixed a minor bug which didn't automatically set the correct default values for some features introduced in the prevous version when registering a new server. * Added an "Unlimited" option for the Automatic SELECT Limit option. * Enabled plugin support. * Fixed a bug compiling MySQLCC with Qt < 3.1.0. * Fixed a bug which automatically used the default unix socket when "localhost" was defined as the servers hostname. It now uses the unix socket if the hostname is "localhost" and the port is 3306.
This commit is contained in:
parent
68b7bbdbb1
commit
c10e91f921
@ -1,8 +1,8 @@
|
||||
# $OpenBSD: Makefile,v 1.10 2003/04/01 14:26:08 wilfried Exp $
|
||||
# $OpenBSD: Makefile,v 1.11 2003/06/30 13:15:21 wilfried Exp $
|
||||
|
||||
COMMENT= "GUI client for MySQL"
|
||||
|
||||
VERSION= 0.9.1
|
||||
VERSION= 0.9.2
|
||||
DISTNAME= mysqlcc-${VERSION}-src
|
||||
PKGNAME= mysqlcc-${VERSION}
|
||||
CATEGORIES= databases
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (mysqlcc-0.9.1-src.tar.gz) = e585fdec296f21910400f309882bf267
|
||||
RMD160 (mysqlcc-0.9.1-src.tar.gz) = d7bbd052118cd58b42c7eb272203e0c4e1a6cea4
|
||||
SHA1 (mysqlcc-0.9.1-src.tar.gz) = 1bad0d63823e2853b50079db5e264011f660e8b1
|
||||
MD5 (mysqlcc-0.9.2-src.tar.gz) = 812c762b91011f0d1c2d834ce05fd5c3
|
||||
RMD160 (mysqlcc-0.9.2-src.tar.gz) = 7f3624530e707914612bc1d379ba18f850a8dba3
|
||||
SHA1 (mysqlcc-0.9.2-src.tar.gz) = 0f051a14bb94cdc23e0eeae43d4055420a43ad55
|
||||
|
@ -1,12 +0,0 @@
|
||||
$OpenBSD: patch-include_config_h,v 1.1 2002/11/05 15:55:49 wilfried Exp $
|
||||
--- include/config.h.orig Sat Nov 2 14:47:27 2002
|
||||
+++ include/config.h Tue Nov 5 16:40:15 2002
|
||||
@@ -18,7 +18,7 @@
|
||||
#ifndef CONFIG_H
|
||||
#define CONFIG_H
|
||||
|
||||
-#define DEBUG_LEVEL 3
|
||||
+#undef DEBUG_LEVEL
|
||||
|
||||
#ifdef DEBUG_LEVEL
|
||||
#define DEBUG
|
Loading…
Reference in New Issue
Block a user