Package: mysql-query-browser
Version: 1.1.18-2
Severity: wishlist
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
STEP 1 (create procedure script):
delimiter //
CREATE PROCEDURE test ()
BEGIN
DECLARE i INT DEFAULT 0;
my_loop: LOOP
SET i = i + 1;
SELECT i;
IF i >= 10 THEN
LEAVE my_loop;
END IF;
END LOOP my_loop;
END;
//
STEP 2 (query from the gui):
CALL test();
STEP 3 (cleanup):
DROP PROCEDURE test;
After step 2 the window will be resized to a size much bigger than the
screen and is not resizeable or scrollable.
- -- System Information:
Debian Release: testing/unstable
APT prefers unstable
APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)
Shell: /bin/sh linked to /bin/bash
Kernel: Linux 2.6.9-9-amd64-k8
Locale: LANG=en_US.utf8, LC_CTYPE=en_US.utf8 (charmap=UTF-8) (ignored: LC_ALL
set to en_US.utf8)
Versions of packages mysql-query-browser depends on:
ii libart-2.0-2 2.3.17-1 Library of functions for 2D graphi
ii libatk1.0-0 1.10.3-1 The ATK accessibility toolkit
ii libbonobo2-0 2.10.1-1 Bonobo CORBA interfaces library
ii libbonoboui2-0 2.10.1-2 The Bonobo UI library
ii libc6 2.3.6-3 GNU C Library: Shared libraries an
ii libcairo2 1.0.2-3 The Cairo 2D vector graphics libra
ii libfontconfig1 2.3.2-2 generic font configuration library
ii libgcc1 1:4.0.2-10 GCC support library
ii libgconf2-4 2.12.1-12 GNOME configuration database syste
ii libglade2-0 1:2.5.1-2 library to load .glade files at ru
ii libglib2.0-0 2.8.6-1 The GLib library of C routines
ii libglibmm-2.4-1c2a 2.8.2-2 C++ wrapper for the GLib toolkit (
ii libgnome-keyring0 0.4.8-1 GNOME keyring services library
ii libgnome2-0 2.12.0.1-5 The GNOME 2 library - runtime file
ii libgnomecanvas2-0 2.12.0-2 A powerful object-oriented display
ii libgnomeprint2.2-0 2.12.1-3 The GNOME 2.2 print architecture -
ii libgnomeprintui2.2-0 2.12.1-2 GNOME 2.2 print architecture User
ii libgnomeui-0 2.12.1-1 The GNOME 2 libraries (User Interf
ii libgnomevfs2-0 2.12.2-7 GNOME virtual file-system (runtime
ii libgtk2.0-0 2.8.13-1 The GTK+ graphical user interface
ii libgtkhtml3.6-18 3.6.2-1 HTML rendering/editing library - r
ii libgtkmm-2.4-1c2a 1:2.6.5-1 C++ wrappers for GTK+ 2.4 (shared
ii libice6 6.9.0.dfsg.1-4 Inter-Client Exchange library
ii libmysqlclient15 5.0.18-9 mysql database client library
ii liborbit2 1:2.12.4-1 libraries for ORBit2 - a CORBA ORB
ii libpango1.0-0 1.10.4-1 Layout and rendering of internatio
ii libpcre3 6.4-1.1 Perl 5 Compatible Regular Expressi
ii libpopt0 1.7-5 lib for parsing cmdline parameters
ii libsigc++-2.0-0c2a 2.0.16-3 type-safe Signal Framework for C++
ii libsm6 6.9.0.dfsg.1-4 X Window System Session Management
ii libstdc++6 4.0.2-10 The GNU Standard C++ Library v3
ii libx11-6 6.9.0.dfsg.1-4 X Window System protocol client li
ii libxcursor1 1.1.3-1 X cursor management library
ii libxext6 6.9.0.dfsg.1-4 X Window System miscellaneous exte
ii libxi6 6.9.0.dfsg.1-4 X Window System Input extension li
ii libxinerama1 6.9.0.dfsg.1-4 X Window System multi-head display
ii libxml2 2.6.23.dfsg.2-2 GNOME XML library
ii libxrandr2 6.9.0.dfsg.1-4 X Window System Resize, Rotate and
ii libxrender1 1:0.9.0.2-1 X Rendering Extension client libra
ii mysql-query-browser-comm 1.1.18-2 Architecture independent files for
ii zlib1g 1:1.2.3-11 compression library - runtime
mysql-query-browser recommends no packages.
- -- no debconf information
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2 (GNU/Linux)
iD8DBQFEEthGSTv4ppQVDnwRAjF4AJsHOHZhyhQ/5AmS9hmk3CuRXCBBYACfeRNv
ovKN8Q4W2GuU6ViEZiXaZn8=
=5mji
-----END PGP SIGNATURE-----
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]