mirror of
https://github.com/MariaDB/server.git
synced 2026-05-07 15:45:33 +02:00
Fix to get correct metadata when using temporary tables to create result. (Bug #2654)
This commit is contained in:
parent
4bc6b551f8
commit
f602829c75
8 changed files with 166 additions and 17 deletions
|
|
@ -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'};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue