1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-27 18:02:13 +03:00

Fix to get correct metadata when using temporary tables to create result. (Bug #2654)

This commit is contained in:
monty@mysql.com
2004-03-30 19:24:28 +03:00
parent 4bc6b551f8
commit f602829c75
8 changed files with 166 additions and 17 deletions

View File

@ -414,7 +414,6 @@ _HOWTO
use Getopt::Long;
use Sys::Hostname;
use IPC::Open3;
#use CGI; #moved to use of CGI by monty
# ****************************
@ -527,7 +526,7 @@ if ($MySQLaccess::CMD) { #command-line version
}
}
if ($MySQLaccess::CGI) { #CGI-version
use CGI;
require CGI;
$Q = new CGI;
$Param{'help'} = $Q->param('help') ;
$Param{'host'} = $Q->param('host') || $Q->param('h') || $Param{'host'};