Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commita53dc5e

Browse files
committed
Linux/alpha patch.
1 parent1ee26b7 commita53dc5e

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

‎doc/src/FAQ.html

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1180,14 +1180,10 @@ <H4><A NAME="4.21">4.21</A>) My large-object operations get <I>invalid
11801180

11811181
<H4><ANAME="4.22">4.22</A>) How do I create a column that will default to the
11821182
current time?<BR></H4><P>
1183-
This way always works:
1183+
Use<i>now()</i>:
11841184
<CODE><PRE>
11851185
CREATE TABLE test (x int, modtime timestamp default now() );
11861186
</PRE></CODE>
1187-
In releases 7.0 and later, you may use:
1188-
<CODE><PRE>
1189-
create table test (x int, modtime timestamp default 'now');
1190-
</PRE></CODE>
11911187
<P>
11921188
<H4><ANAME="4.23">4.23</A>) Why are my subqueries using<CODE>IN</CODE> so
11931189
slow?<BR></H4><P>

‎src/template/linux_alpha

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,5 @@ ALL:
55
SRCH_INC:
66
SRCH_LIB:
77
DLSUFFIX:.so
8+
CPU:alpha
9+

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp