summaryrefslogtreecommitdiff
path: root/mysql-test/t/sel000014.test
blob: b29aaf0e28f56d056c9254d4ba5e0c44144a14c5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# sel000014
#
# Versions
# --------
#   3.22
#   3.23
#
# Description
# -----------
# Numerics.
# Testing pos/neg and zero padding.
#

@r/sel000014.result SELECT 0,256,00000000000000065536,2147483647,-2147483648,2147483648,+4294967296;