Now I get the error with Database Manager 7.6.00.21 (115306) and MaxDB
7.6.00.16 (64bit linux) when MaxDB was under heavy load.
--
MaxDB Discussion Mailing List
For list archives: http://lists.mysql.com/maxdb
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]
7.6.00 Build 027-123-124-939 (64bit linux)
If I push refresh after -4 I will not get the error message. Right now I
can't reproduce the error message.
--
MaxDB Discussion Mailing List
For list archives: http://lists.mysql.com/maxdb
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTE
On 27.05.2006, at 09:28, Dmitry Key wrote:
Could anybody explain how to install SSL certificate to MaxDB 7.6.
The only documentation that i has found is http://dev.mysql.com/doc/
maxdb/en/3d/c14e4155f1db2be1000a1550b0/content.htm.
Dmitry,
due to license-, export control- and some oth
Hello Alexey,
It means, that the DBM Server - that was used by DBMGUI to determine the
sessions - crashed. What operating system is your database running on?
Best regards,
Tilo Heinrich
SAP Labs Berlin
-Original Message-
From: Alexey Gaidukov
Sent: Samstag, 27. Mai 2006 12:35
To: maxdb
this behaviour is new for 7.6.0.27
--
MaxDB Discussion Mailing List
For list archives: http://lists.mysql.com/maxdb
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]
MaxDB 7.6.00.27
The testcase
gis.invest is a table with millions records. The field COUNTER is the
PRIMARY KEY
create table temp.test (
id integer
)
//
explain
select * from gis.invest,temp.test where counter=id
for reuse
TEMP TEST TABLE SCAN
MaxDB 7.6.00.27
Database Manager 7.6.00.21 (115306).
When in Database Manager in Intance->Sessions push 'Refresh' button
sometimes I get a message box 'error -4' with some unreadable symbols.
What does it mean? In 7.6.00.16 I never saw this message.
Thank in advance,
Alexey Gaidukov.
--
M
Could anybody explain how to install SSL certificate to MaxDB 7.6. The only
documentation that i has found is
http://dev.mysql.com/doc/maxdb/en/3d/c14e4155f1db2be1000a1550b0/content.htm.
_
Don't just search. Find. Check out the
*You are downloading:*
|sapdbc-source-7_6_00_24_5241.jar|
That file does not exist on our download mirrors.
--
MaxDB Discussion Mailing List
For list archives: http://lists.mysql.com/maxdb
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]
From the documentaiton:
SUPPRESS_CORE 'YES' or 'NO'
'YES': core dumps of database kernel are suppressed
'NO' : core dumps of database kernel are not suppressed
Why backtrace is suppressed when SUPPRESS_CORE=NO?
2006-05-27 10:56:48 0 ERR 12012 DBCRASH No stack backtrace since
signal h
I have the following UDF
CREATE FUNCTION GetQuant(
p_cab char(10)) returns smallint AS
VAR
v_quant smallint;
v_dateres timestamp;
BEGIN
SELECT field into :v_quant from table where resid=:p_cab;
return 1;
END;
The two following statement returns the same resultset
SELECT
11 matches
Mail list logo