mirror of
https://git.freebsd.org/ports.git
synced 2025-06-15 09:40:35 -04:00
- Add patch for automatic column width in query browser [2] PR: [1] 132352 Submitted by: [1] Henry Hu <henry.hu.sh@gmail.com> [2] Joerg Wunsch <j@uriah.heep.sax.de> (via private e-mail) Patch from: [1] http://bugs.mysql.com/bug.php?id=30055 [2] http://bugs.mysql.com/bug.php?id=11461
12 lines
306 B
C++
12 lines
306 B
C++
--- query-browser/source/linux/MQQueryDispatcher.cc.orig 2009-07-16 16:30:10.000000000 +0200
|
|
+++ query-browser/source/linux/MQQueryDispatcher.cc 2009-07-16 16:33:04.000000000 +0200
|
|
@@ -558,9 +558,6 @@
|
|
|
|
Gtk::Main::instance()->run();
|
|
|
|
- while(!req->is_complete())
|
|
- ;
|
|
-
|
|
return sps;
|
|
}
|
|
|